diff options
author | Tails developers <amnesia@boum.org> | 2012-08-18 21:24:35 +0200 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-08-18 22:16:07 +0200 |
commit | 8394f49a6d1542b745d941c54c8ed1e7020d8877 (patch) | |
tree | 4e60b8eec510fe148440e56fc78d510b7d9c81b5 | |
parent | 8f4e7be6169744b41aca025cc695569ed7148de3 (diff) |
Fix imports in encryption module
It is cleaner even though it used to work without this change.
-rw-r--r-- | whisperBack/encryption.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whisperBack/encryption.py b/whisperBack/encryption.py index e758803..b16d77b 100644 --- a/whisperBack/encryption.py +++ b/whisperBack/encryption.py @@ -24,7 +24,7 @@ """Some tools for encryption """ -import os +import os.path import pyme.core import pyme.errors |