Author: remi
Date: 2008-09-17 10:17:06 +0200 (Wed, 17 Sep 2008)
New Revision: 1863

Modified:
   
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIConst.py
Log:
* added the client levels name in a constant list

Modified: 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIConst.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIConst.py  
    2008-09-17 08:05:35 UTC (rev 1862)
+++ 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/api/TuxAPIConst.py  
    2008-09-17 08:17:06 UTC (rev 1863)
@@ -25,6 +25,12 @@
     CLIENT_LEVEL_RESTRICTED,
     CLIENT_LEVEL_ROOT,
 ]
+CLIENT_LEVELS_NAME = [
+    "CLIENT_LEVEL_ANONYME",
+    "CLIENT_LEVEL_FREE",
+    "CLIENT_LEVEL_RESTRICTED",
+    "CLIENT_LEVEL_ROOT",
+]
 
 #
 # Access priority levels


-------------------------------------------------------------------------
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