00001 #file clientVars.py 00002 00003 #Global Application Variables 00004 APP_NAME = "Python Chat Client" 00005 APP_VERSION = "1.1" 00006 APP_HOME = "http://www.onderstekop.nl/coding/p7_Python_Game_and_Chat_Client/" 00007 APP_UPDATE = "http://www.onderstekop.nl/coding/pythonder/getupdate.php" 00008 00009 REACTOR_RUNNING = False
1.5.1