Fixup for new reactive package naming

This commit is contained in:
James Page 2015-11-04 13:39:55 +00:00
parent be82dfb140
commit c6469fc1dc
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
import json
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 NeutronPluginProvides(RelationBase):