Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/shadow.py
diff options
context:
space:
mode:
Diffstat (limited to 'pynslcd/shadow.py')
-rw-r--r--pynslcd/shadow.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pynslcd/shadow.py b/pynslcd/shadow.py
index 3f2a5d7..7a9ed1a 100644
--- a/pynslcd/shadow.py
+++ b/pynslcd/shadow.py
@@ -1,7 +1,7 @@
# shadow.py - lookup functions for shadownet addresses
#
-# Copyright (C) 2010 Arthur de Jong
+# Copyright (C) 2010, 2011 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -18,11 +18,11 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
+import ldap.filter
+
import constants
import common
-import ldap.filter
-
class ShadowRequest(common.Request):