From a529dbf810e21c26237889bcc20777f967c8cc3a Mon Sep 17 00:00:00 2001 From: stack Date: Sun, 8 Jul 2012 18:14:26 +0200 Subject: [PATCH] renamed newProfile to addProfile --- profhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profhandler.py b/profhandler.py index d0e16f2..1008c4b 100755 --- a/profhandler.py +++ b/profhandler.py @@ -87,7 +87,7 @@ class ProfHandler(): return self.pdir - def newProfile(self, profileName): + def addProfile(self, profileName): """ Create a profile """ print("Creating a new profile") -- 2.20.1