Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-11-09 23:13:19 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-09 23:13:19 (GMT)
commit0a496b6f0c718c905ea63122af315ee6faeab601 (patch)
treef99af42c3ddba7f1e0e95b101a36375fb23ad16d /tools
parent83086d73f57cb62f889537053a1aa2510c132414 (diff)
Minor, added comment on how to add tuxpaint and sqlite support
Diffstat (limited to 'tools')
-rwxr-xr-xtools/py2exe/gcompris.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/py2exe/gcompris.py b/tools/py2exe/gcompris.py
index 23ac7e0..e133ae0 100755
--- a/tools/py2exe/gcompris.py
+++ b/tools/py2exe/gcompris.py
@@ -21,5 +21,8 @@ import cairo
import pangocairo
import atk
import gobject
-
+# For tuxpaint launcher
+#import _winreg
+# For admin module
+#import pysqlite2
print "Hello gcompris world now"