From: Thierry Parmentelat Date: Wed, 20 Jun 2012 06:04:55 +0000 (+0200) Subject: oops, apparently this breaks it all X-Git-Tag: nodemanager-2.0-37~5 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=6babe464de8180df852af505e0386c5ff4ea8c2c oops, apparently this breaks it all --- diff --git a/account.py b/account.py index 616761c..0fd8694 100644 --- a/account.py +++ b/account.py @@ -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