Author: remi
Date: 2008-09-17 09:31:40 +0200 (Wed, 17 Sep 2008)
New Revision: 1860

Modified:
   
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIServer.py
Log:
* updated an integer value assignment by a constant assignment

Modified: 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIServer.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIServer.py 
    2008-09-17 07:30:09 UTC (rev 1859)
+++ 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIServer.py 
    2008-09-17 07:31:40 UTC (rev 1860)
@@ -48,7 +48,7 @@
         self.__clientName = None
         self.__clientPasswd = None
         self.__clientId = 0
-        self.__clientLevel = -1
+        self.__clientLevel = CLIENT_LEVEL_ANONYME
         # Connection field
         self.__connected = False
         self.__connectedLU = time.time()


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to