Author: Paul_R Date: 2008-06-23 10:50:09 +0200 (Mon, 23 Jun 2008) New Revision: 1244
Modified: software/tuxgi/trunk/tuxgi.py Log: * Bug with the tuxapi import Modified: software/tuxgi/trunk/tuxgi.py =================================================================== --- software/tuxgi/trunk/tuxgi.py 2008-06-23 07:48:09 UTC (rev 1243) +++ software/tuxgi/trunk/tuxgi.py 2008-06-23 08:50:09 UTC (rev 1244) @@ -30,8 +30,7 @@ import sys import time -from tuxisalive.api import * -tux=shellTux() +from tuxisalive.api.sh import * # ----------------------------------------------- # Your script # ----------------------------------------------- ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
