aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-14 19:58:07 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-22 16:23:46 +0000
commit0bd20e264c7e7dfc1ee722664c8b545a4ea64b38 (patch)
tree41b2fbc3ca6a9949124a59fba3f3f9ce1b0ed2c5 /cryptography
parenteaeed6ce3d2f3cfee804684c53fc35c54e0a569e (diff)
downloadcryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.tar.gz
cryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.tar.bz2
cryptography-0bd20e264c7e7dfc1ee722664c8b545a4ea64b38.zip
cryptography.vectors
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/__init__.py2
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__