oops, apparently this breaks it all
[nodemanager.git] / account.py
index 616761c..0fd8694 100644 (file)
@@ -77,8 +77,8 @@ class Account:
         self.keys = ''
         logger.verbose('account: Initing account %s'%name)
 
-#    @staticmethod
-#    def create(name, vref = None): abstract
+    @staticmethod
+    def create(name, vref = None): abstract
 
     @staticmethod
     def destroy(name): abstract