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/getent.py | |
parent | f6c20eec9afda63fa0c2027818c88ab488dd4402 (diff) |
Rearrange Python imports
Diffstat (limited to 'utils/getent.py')
-rwxr-xr-x | utils/getent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/getent.py b/utils/getent.py index 039a48c..bd27c11 100755 --- a/utils/getent.py +++ b/utils/getent.py @@ -27,8 +27,8 @@ import struct import sys from cmdline import VersionAction -import constants from nslcd import NslcdClient +import constants epilog = ''' |