summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-24 16:15:01 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-24 16:15:01 -0300
commit077570686aa0b752ae6a905d102a38ace48c8f4b (patch)
tree62491ab95237aa731ddbf1dea9f061877e9b9325
parent2f0d264a44109341582bc7841367e1925325366d (diff)
parente9cd869b82a76dbff93f070b91f4f828e074cef0 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/bug/remove-unused-import' into develop
-rw-r--r--bundler/depcollector.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundler/depcollector.py b/bundler/depcollector.py
index 88a1646..848a37a 100644
--- a/bundler/depcollector.py
+++ b/bundler/depcollector.py
@@ -24,7 +24,6 @@ def collect_deps(root, dest_lib_dir, path_file):
mg.import_hook("scrypt")
mg.import_hook("_scrypt")
mg.import_hook("ConfigParser")
- mg.import_hook("Crypto")
mg.import_hook("encodings.idna")
mg.import_hook("leap.soledad.client")
mg.import_hook("leap.mail")