commit | 6fc33046c09d3a4338ce4f8560b68d0612b783d2 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 15 12:59:20 2015 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 15 12:59:20 2015 -0400 |
tree | a4767a30c4826d3f6e0568342b27523eb2fe891f | |
parent | b9f96bd5c827110968c8821623b104dc4dc097c7 [diff] |
Added missing import. Fixes #67.
diff --git a/xos/openstack_observer/ansible.py b/xos/openstack_observer/ansible.py index ec9f160..96c8b7f 100644 --- a/xos/openstack_observer/ansible.py +++ b/xos/openstack_observer/ansible.py
@@ -7,6 +7,7 @@ import string import random import re +from xos.config import Config # XXX hardcoded path # is there any reason why we aren't importing xos.config ?