diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-06 13:59:50 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-06 13:59:50 +0000 |
commit | e5f552c0fb274c1a02fce51267c563a06c55d334 (patch) | |
tree | 6ac770ff8eace971fd81d1eec7d02c953292afbc /pynslcd/ether.py | |
parent | fea96fdbbc3e01a60fcb0d7e5ec7907987f72345 (diff) |
user the logging framework, handle exceptions properly and some cleanups
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1588 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pynslcd/ether.py')
-rw-r--r-- | pynslcd/ether.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pynslcd/ether.py b/pynslcd/ether.py index 42fa77e..4d6ae03 100644 --- a/pynslcd/ether.py +++ b/pynslcd/ether.py @@ -1,7 +1,7 @@ # ether.py - lookup functions for ethernet 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 @@ -20,8 +20,8 @@ import struct -import constants import common +import constants def ether_aton(ether): |