diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-25 16:07:46 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-08-25 16:09:16 +0200 |
commit | 6f614828817112658ccb771a2ed3b5a2eef4801e (patch) | |
tree | 9c1eaf1c2214d633a178cd84f163bb9041d53f1d /utils/nslcd.py | |
parent | f6c20eec9afda63fa0c2027818c88ab488dd4402 (diff) |
Rearrange Python imports
Diffstat (limited to 'utils/nslcd.py')
-rw-r--r-- | utils/nslcd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nslcd.py b/utils/nslcd.py index 031319c..22d18b7 100644 --- a/utils/nslcd.py +++ b/utils/nslcd.py @@ -19,10 +19,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA +import fcntl import os import socket import struct -import fcntl import constants |