renamed newProfile to addProfile
authorstack <stack@inventati.org>
Sun, 8 Jul 2012 16:14:26 +0000 (18:14 +0200)
committerstack <stack@inventati.org>
Sun, 8 Jul 2012 16:14:26 +0000 (18:14 +0200)
profhandler.py

index d0e16f2..1008c4b 100755 (executable)
@@ -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")