diff options
author | Matthew Iversen <teh.ivo@gmail.com> | 2014-03-13 08:54:43 +1100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-22 16:25:38 +0000 |
commit | 68e77c752b94c2531f83589c1bb2060c5ed0d886 (patch) | |
tree | c06d5a42d1a40e894ed7d2d2e95f3292b782614c /cryptography | |
parent | 0bd20e264c7e7dfc1ee722664c8b545a4ea64b38 (diff) | |
download | cryptography-68e77c752b94c2531f83589c1bb2060c5ed0d886.tar.gz cryptography-68e77c752b94c2531f83589c1bb2060c5ed0d886.tar.bz2 cryptography-68e77c752b94c2531f83589c1bb2060c5ed0d886.zip |
Load vectors from cryptography.vectors
Diffstat (limited to 'cryptography')
-rw-r--r-- | cryptography/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/__init__.py b/cryptography/__init__.py index 6005361f..f27ba856 100644 --- a/cryptography/__init__.py +++ b/cryptography/__init__.py @@ -13,8 +13,6 @@ from __future__ import absolute_import, division, print_function -__import__('pkg_resources').declare_namespace(__name__) - from cryptography.__about__ import ( __author__, __copyright__, __email__, __license__, __summary__, __title__, __uri__, __version__ |