diff options
Diffstat (limited to 'deploy/deploy-config.py')
-rw-r--r-- | deploy/deploy-config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/deploy-config.py b/deploy/deploy-config.py index d02a93717..65d51b228 100644 --- a/deploy/deploy-config.py +++ b/deploy/deploy-config.py @@ -90,7 +90,6 @@ def setup_yaml(): yaml.add_representer(collections.OrderedDict, represent_dict_order) def sha_uri(uri): - import hashlib response = urllib2.urlopen(uri) data = response.read() sha1 = hashlib.sha1() |