summaryrefslogtreecommitdiff
path: root/pycryptopp/publickey/ecdsa.py
diff options
context:
space:
mode:
authorbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:26:19 +0200
committerbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:26:19 +0200
commit30e9097985656920f01a72efc1088caa2b8d41b3 (patch)
treebedbdb1aaa484af467e538110ab4c0c95985b6b8 /pycryptopp/publickey/ecdsa.py
Imported Upstream version 0.5.29upstream/0.5.29
Diffstat (limited to 'pycryptopp/publickey/ecdsa.py')
-rw-r--r--pycryptopp/publickey/ecdsa.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pycryptopp/publickey/ecdsa.py b/pycryptopp/publickey/ecdsa.py
new file mode 100644
index 0000000..c25ba33
--- /dev/null
+++ b/pycryptopp/publickey/ecdsa.py
@@ -0,0 +1,5 @@
+from pycryptopp import _import_my_names
+
+_import_my_names(globals(), "ecdsa_")
+
+del _import_my_names