Author: Paul_R
Date: 2008-07-03 10:25:45 +0200 (Thu, 03 Jul 2008)
New Revision: 1305

Modified:
   software/tuxgi/trunk/tuxgi.py
Log:
* Changed the port according with the changes of the server.


Modified: software/tuxgi/trunk/tuxgi.py
===================================================================
--- software/tuxgi/trunk/tuxgi.py       2008-07-02 15:08:50 UTC (rev 1304)
+++ software/tuxgi/trunk/tuxgi.py       2008-07-03 08:25:45 UTC (rev 1305)
@@ -87,7 +87,7 @@
     sys.stderr.write("Warning: couldn't find any suitable terminal"
                      " to use as Tux Droid shell\n")
 # Create a tux api object                    
-tux = TuxAPI("127.0.0.1", 81)
+tux = TuxAPI("127.0.0.1", 270)
 # Set the auto connection
 tux.server.autoConnect(CLIENT_LEVEL_RESTRICTED, "Tuxgi", "Passwd")
 


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to