commit | 22e0ffef62f4882772203edaa41bf97c98a0ffc6 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Oct 02 01:12:10 2013 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Oct 02 01:12:10 2013 -0400 |
tree | 4d46681194266a8fde14f0ef62ca4f79e0b39de6 | |
parent | ca2e21fd16bdad6fff95c44bfac87f31263056fd [diff] |
Missing import
diff --git a/planetstack/observer/steps/sync_users.py b/planetstack/observer/steps/sync_users.py index 00c9896..25f093e 100644 --- a/planetstack/observer/steps/sync_users.py +++ b/planetstack/observer/steps/sync_users.py
@@ -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