[Nym3-commit] r351 - trunk/nymbaron/Client

laurent at conuropsis.org laurent at conuropsis.org
Fri Oct 14 21:35:09 CEST 2005


Author: laurent
Date: 2005-10-14 21:35:08 +0200 (Fri, 14 Oct 2005)
New Revision: 351

Modified:
   trunk/nymbaron/Client/Account.py
Log:
Syntax error.


Modified: trunk/nymbaron/Client/Account.py
===================================================================
--- trunk/nymbaron/Client/Account.py	2005-10-14 19:31:42 UTC (rev 350)
+++ trunk/nymbaron/Client/Account.py	2005-10-14 19:35:08 UTC (rev 351)
@@ -223,8 +223,8 @@
 	    self.synbox_enc_status = None
 
     def creationSuccess(self):
-	"Tells the system that this account is successfully initialized. Call
-	this method once the account is successfully setup."
+	"""Tells the system that this account is successfully initialized. Call
+	this method once the account is successfully setup."""
 	self.succeeded = True
 
     def generateSurbs(self, n):



More information about the Nym3-commit mailing list