Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugargame/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugargame/__init__.py')
-rw-r--r--sugargame/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/sugargame/__init__.py b/sugargame/__init__.py
index 439eb0c..4c083fe 100644
--- a/sugargame/__init__.py
+++ b/sugargame/__init__.py
@@ -1 +1,9 @@
__version__ = '1.1'
+
+(CAMERA_LOAD, CAMERA_LOAD_FAIL, CONNECT, PARTICIPANT_ADD, PARTICIPANT_REMOVE,
+ MESSAGE_UNI, MESSAGE_MULTI) = range(25, 32)
+
+(FILE_READ_REQUEST, FILE_WRITE_REQUEST) = range(2 ** 16, 2 ** 16 + 2)
+
+ACTIVITY = None
+widget = WIDGET = None