From: <Blu...@us...> - 2010-09-14 19:28:39
|
Revision: 404 http://virtplayground.svn.sourceforge.net/virtplayground/?rev=404&view=rev Author: BlueWolf_ Date: 2010-09-14 19:28:33 +0000 (Tue, 14 Sep 2010) Log Message: ----------- Fixed the colarama thingy Modified Paths: -------------- trunk/client/functions.py Modified: trunk/client/functions.py =================================================================== --- trunk/client/functions.py 2010-09-12 14:27:52 UTC (rev 403) +++ trunk/client/functions.py 2010-09-14 19:28:33 UTC (rev 404) @@ -23,7 +23,9 @@ import core # To get colors working in Windows -if os.name == "nt": import colerama +if os.name == "nt": + import colarama + colarama.init() VERSION = "0.0.1" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |