Missing import
authorSapan Bhatia <gwsapan@gmail.com>
Wed, 2 Oct 2013 05:12:10 +0000 (01:12 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Wed, 2 Oct 2013 05:12:10 +0000 (01:12 -0400)
planetstack/observer/steps/sync_users.py

index 00c9896..25f093e 100644 (file)
@@ -1,5 +1,6 @@
 import os
 import base64
+import hashlib
 from django.db.models import F, Q
 from planetstack.config import Config
 from observer.openstacksyncstep import OpenStackSyncStep