Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpcgamesutil.py
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-12-21 13:42:22 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-12-21 13:42:22 (GMT)
commiteff264857d005719f081eb9fea1e8b099670d395 (patch)
treea72e25a9f519ab3f910fcbd9dc1bb0f3514c720c /olpcgamesutil.py
parent1587e845fc046bb63c81a0babc155186bcaf2fe7 (diff)
Fix cursor bug, try to fix journal data
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
Diffstat (limited to 'olpcgamesutil.py')
-rw-r--r--olpcgamesutil.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/olpcgamesutil.py b/olpcgamesutil.py
new file mode 100644
index 0000000..54f9526
--- /dev/null
+++ b/olpcgamesutil.py
@@ -0,0 +1,3 @@
+# This is part of olpcgames
+
+(FILE_READ_REQUEST, FILE_WRITE_REQUEST) = range(2**16, 2**16+2)