diff options
Diffstat (limited to 'pynslcd/alias.py')
-rw-r--r-- | pynslcd/alias.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pynslcd/alias.py b/pynslcd/alias.py index a19382e..84dbf97 100644 --- a/pynslcd/alias.py +++ b/pynslcd/alias.py @@ -1,7 +1,7 @@ # alias.py - lookup functions for aliasnet addresses # -# Copyright (C) 2010, 2011 Arthur de Jong +# Copyright (C) 2010, 2011, 2012 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,10 +18,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA -import logging - -import constants import common +import constants attmap = common.Attributes(cn='cn', rfc822MailMember='rfc822MailMember') |