Update for new reactive package naming

This commit is contained in:
James Page 2015-11-04 13:38:21 +00:00
parent 06f492983b
commit 808d490e45
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 ControllerAPIRequires(RelationBase):