git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2e21f
)
Missing import
author
Sapan Bhatia
<gwsapan@gmail.com>
Wed, 2 Oct 2013 05:12:10 +0000
(
01:12
-0400)
committer
Sapan Bhatia
<gwsapan@gmail.com>
Wed, 2 Oct 2013 05:12:10 +0000
(
01:12
-0400)
planetstack/observer/steps/sync_users.py
patch
|
blob
|
history
diff --git
a/planetstack/observer/steps/sync_users.py
b/planetstack/observer/steps/sync_users.py
index
00c9896
..
25f093e
100644
(file)
--- 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