diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-14 19:58:07 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-22 16:23:46 +0000 |
commit | 0bd20e264c7e7dfc1ee722664c8b545a4ea64b38 (patch) | |
tree | 41b2fbc3ca6a9949124a59fba3f3f9ce1b0ed2c5 /cryptography | |
parent | eaeed6ce3d2f3cfee804684c53fc35c54e0a569e (diff) | |
download | cryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.tar.gz cryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.tar.bz2 cryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.zip |
cryptography.vectors
Diffstat (limited to 'cryptography')
-rw-r--r-- | cryptography/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptography/__init__.py b/cryptography/__init__.py index f27ba856..6005361f 100644 --- a/cryptography/__init__.py +++ b/cryptography/__init__.py @@ -13,6 +13,8 @@ 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__ |