split the various *Api classes into somethin more sensible
[sfa.git] / sfa / managers / aggregate_manager_max.py
index d7d3776..ff6ea73 100644 (file)
@@ -259,6 +259,6 @@ return the basic information needed in a dict.
 def fetch_context(slice_hrn, user_hrn, contexts):\r
     base_context = {'sfa':{'user':{'hrn':user_hrn}}}\r
     return base_context\r
-    api = SfaAPI()\r
+    api = PlcSfaApi()\r
     create_slice(api, "plc.maxpl.test000", None, rspec_xml, None)\r
 \r