X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=account.py;h=0fd869484bdf7e2e1160718c79198d713332edb0;hb=6babe464de8180df852af505e0386c5ff4ea8c2c;hp=616761c6c37b1c433645a96075211028a4212c9c;hpb=8edf881ae2829d4bf4dcb1911dc86332de30c807;p=nodemanager.git 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