[Nym3-commit] r124 - in trunk/nym3: . Client

nym3-devel@lists.noreply.org nym3-devel@lists.noreply.org
Tue, 24 Aug 2004 18:19:13 +0200


Author: laurent
Date: 2004-08-24 18:19:12 +0200 (Tue, 24 Aug 2004)
New Revision: 124

Modified:
   trunk/nym3/Client/Config.py
   trunk/nym3/Message.py
Log:
Hey, what about actual trying to compile it before committing?


Modified: trunk/nym3/Client/Config.py
===================================================================
--- trunk/nym3/Client/Config.py	2004-08-24 16:15:04 UTC (rev 123)
+++ trunk/nym3/Client/Config.py	2004-08-24 16:19:12 UTC (rev 124)
@@ -1,6 +1,6 @@
 DEBUG = False
 path = '.'
 default_settings = {}
-default.User = "nym@server"
+defaultUser = "nym@server"
 
 

Modified: trunk/nym3/Message.py
===================================================================
--- trunk/nym3/Message.py	2004-08-24 16:15:04 UTC (rev 123)
+++ trunk/nym3/Message.py	2004-08-24 16:19:12 UTC (rev 124)
@@ -1,7 +1,7 @@
 # $Id$
 
 import types
-import nym3.Common
+import nym3.Common as Common
 
 class ParseError(Exception):
 	"""ParseError : error raised if anything goes wrong during parsing"""