From 0a496b6f0c718c905ea63122af315ee6faeab601 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Thu, 09 Nov 2006 23:13:19 +0000 Subject: Minor, added comment on how to add tuxpaint and sqlite support --- (limited to 'tools') 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" -- cgit v0.9.1