fix syntax errors
[sfa.git] / sfa / methods / reboot.py
index 4f06296..90315f8 100644 (file)
@@ -30,6 +30,6 @@ class reboot(Method):
         # send the call to the right manager
         manager_base = 'sfa.managers'
         mgr_type = self.api.config.SFA_CM_TYPE
-        manager_module = manger_base+= ".component_manager_%s" % mgr_type
+        manager_module = manger_base + ".component_manager_%s" % mgr_type
         manager = __import__(manager_module, manager_base)
         manager.reboot()