summaryrefslogtreecommitdiff
path: root/bundler
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-09-24 16:02:17 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-09-24 16:02:17 -0300
commite9cd869b82a76dbff93f070b91f4f828e074cef0 (patch)
tree62491ab95237aa731ddbf1dea9f061877e9b9325 /bundler
parent2f0d264a44109341582bc7841367e1925325366d (diff)
Remove Crypto since we no longer use this import.
Diffstat (limited to 'bundler')
-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")