[Pychord-commits] r32 - in trunk: . pychord2

danilo at garage.maemo.org danilo at garage.maemo.org
Fri Jan 11 16:40:24 EET 2008


Author: danilo
Date: 2008-01-11 16:40:23 +0200 (Fri, 11 Jan 2008)
New Revision: 32

Modified:
   trunk/pychord.py
   trunk/pychord2/__init__.py
Log:
Removing sqlite call's. We don't need this now.


Modified: trunk/pychord.py
===================================================================
--- trunk/pychord.py	2008-01-11 14:35:22 UTC (rev 31)
+++ trunk/pychord.py	2008-01-11 14:40:23 UTC (rev 32)
@@ -123,7 +123,7 @@
     os.chdir( dir )
 
 
-    pyc = pyc_def()
+    pyc = None#pyc_def()
 
     options = parse_opts( argv )
     app = pychord2( options[ "resolution" ], options[ "fullscreen" ] or maemo_fullscreen(), pyc)

Modified: trunk/pychord2/__init__.py
===================================================================
--- trunk/pychord2/__init__.py	2008-01-11 14:35:22 UTC (rev 31)
+++ trunk/pychord2/__init__.py	2008-01-11 14:40:23 UTC (rev 32)
@@ -4,7 +4,7 @@
 from pygame.locals import *
 from pygame.sprite import RenderUpdates
 from pygame.time   import Clock
-import pysqlite2 as sqlite
+#import pysqlite2 as sqlite
 
 
 class pychord2:



More information about the Pychord-commits mailing list