Download deployment config after modification
[fuel.git] / deploy / deploy-config.py
index d02a937..65d51b2 100644 (file)
@@ -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()