add simple (currently failing) client test
[osm/N2VC.git] / juju / client / client.py
index 9bb3aec..d556d7e 100644 (file)
@@ -1,5 +1,5 @@
 
-from libjuju.facade import Type, ReturnMapping
+from juju.client.facade import Type, ReturnMapping
                   
 class Action(Type):
     _toSchema = {'name': 'name', 'receiver': 'receiver', 'parameters': 'parameters', 'tag': 'tag'}