summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Christopher Raaen <brian@brianraaen.com>2015-07-29 19:10:07 -0400
committerBrian Christopher Raaen <brian@brianraaen.com>2015-07-29 19:10:07 -0400
commit31c2969735506cd33c3b54876db70c78bd1b0ab7 (patch)
tree934edf6df033e173dbb70d3b26218000e20cb9a7
parent349849938a078185d1192499384480a4bc01300f (diff)
downloadnetaddr-31c2969735506cd33c3b54876db70c78bd1b0ab7.tar.gz
imported values from eui64
-rw-r--r--netaddr/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/netaddr/__init__.py b/netaddr/__init__.py
index 504535f..1782c13 100644
--- a/netaddr/__init__.py
+++ b/netaddr/__init__.py
@@ -42,6 +42,9 @@ from netaddr.strategy.ipv6 import (valid_str as valid_ipv6, ipv6_compact,
from netaddr.strategy.eui48 import (mac_eui48, mac_unix, mac_unix_expanded,
mac_cisco, mac_bare, mac_pgsql, valid_str as valid_mac)
+from netaddr.strategy.eui64 import (eui64_eui64, eui64_unix, eui64_unix_expanded,
+ eui64_cisco, eui64_bare, eui64_pgsql, valid_str as valid_mac)
+
__all__ = [
# Constants.
'ZEROFILL', 'Z', 'INET_PTON', 'P', 'NOHOST', 'N',