| commit | 8f30ebe689bffe4bbdd2548a80629fb8f2b38ef4 | [log] [tgz] |
|---|---|---|
| author | Tony Mack <tmack@tux.cs.princeton.edu> | Tue Jan 06 15:08:20 2015 -0500 |
| committer | Tony Mack <tmack@tux.cs.princeton.edu> | Tue Jan 06 15:08:20 2015 -0500 |
| tree | 4f74655152ee1371e74406de95b18523b8cb2b2a | |
| parent | a7dbd42b23b33ddcf9a5476bad62f9f26cc58983 [diff] [blame] |
fix bugs
diff --git a/planetstack/openstack_observer/steps/__init__.py b/planetstack/openstack_observer/steps/__init__.py index 92cc7f2..f164623 100644 --- a/planetstack/openstack_observer/steps/__init__.py +++ b/planetstack/openstack_observer/steps/__init__.py
@@ -1 +1 @@ -from .sync_controller_sites import SyncControllerSite +from .sync_controller_sites import SyncControllerSites