oops, apparently this breaks it all
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Jun 2012 06:04:55 +0000 (08:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 20 Jun 2012 06:04:55 +0000 (08:04 +0200)
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