From: Sapan Bhatia Date: Wed, 2 Oct 2013 05:12:10 +0000 (-0400) Subject: Missing import X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=22e0ffef62f4882772203edaa41bf97c98a0ffc6;p=plstackapi.git 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