dont forget to define manager_base
authorTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 21:21:22 +0000 (21:21 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 1 Dec 2009 21:21:22 +0000 (21:21 +0000)
sfa/methods/get_slices.py

index 1c276b1..df11a04 100644 (file)
@@ -39,6 +39,7 @@ class get_slices(Method):
 
         slices = []
         # send the call to the right manager 
+        manager_base = 'sfa.managers'
         if self.api.interface in ['component']:
             mgr_type = self.api.config.SFA_CM_TYPE
             manager_module = manger_base + ".component_manager_%s" % mgr_type