diff options
Diffstat (limited to 'pynslcd/protocol.py')
-rw-r--r-- | pynslcd/protocol.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pynslcd/protocol.py b/pynslcd/protocol.py index 1472c04..dc41c4b 100644 --- a/pynslcd/protocol.py +++ b/pynslcd/protocol.py @@ -1,7 +1,7 @@ # protocol.py - protocol name and number lookup routines # -# Copyright (C) 2011, 2012, 2013 Arthur de Jong +# Copyright (C) 2011-2019 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 @@ -24,7 +24,9 @@ import constants import search -attmap = common.Attributes(cn='cn', ipProtocolNumber='ipProtocolNumber') +attmap = common.Attributes( + cn='cn', + ipProtocolNumber='ipProtocolNumber') filter = '(objectClass=ipProtocol)' |