aboutsummaryrefslogtreecommitdiff
path: root/gnunet/crypto.py
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-19 20:45:39 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-01-19 20:45:39 +0100
commit87ecb652bf4abaac99b104a3dcbb49721d758ff3 (patch)
tree013493696a395d990565e49d391020985c42ac12 /gnunet/crypto.py
parentcc1e04b00f7f4f3dc085bcff666548510ef597da (diff)
downloadgnunet-python-87ecb652bf4abaac99b104a3dcbb49721d758ff3.tar.gz
gnunet-python-87ecb652bf4abaac99b104a3dcbb49721d758ff3.zip
Use relative imports.
Diffstat (limited to 'gnunet/crypto.py')
-rw-r--r--gnunet/crypto.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnunet/crypto.py b/gnunet/crypto.py
index 5a82c0d..c4841d5 100644
--- a/gnunet/crypto.py
+++ b/gnunet/crypto.py
@@ -1,6 +1,4 @@
1from gnunet import _Key 1from . import _Key
2import gnunet.strings as strings
3
4 2
5class EcdsaPublicKey(_Key): 3class EcdsaPublicKey(_Key):
6 __bits__ = 256 4 __bits__ = 256