Fixup for new reactive package naming

This commit is contained in:
James Page 2015-11-04 13:40:30 +00:00
parent da6ddd1a92
commit 6a1671abcc
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
from charmhelpers.core.reactive import hook
from charmhelpers.core.reactive import RelationBase
from charmhelpers.core.reactive import scopes
from charms.reactive import hook
from charms.reactive import RelationBase
from charms.reactive import scopes
class OVSDBManagerRequires(RelationBase):