From 6babe464de8180df852af505e0386c5ff4ea8c2c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Jun 2012 08:04:55 +0200 Subject: [PATCH] oops, apparently this breaks it all --- account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0