Author: tack
Date: Tue May 8 01:45:53 2007
New Revision: 2670
Modified:
trunk/base/src/db.py
Log:
Add fixme.
Modified: trunk/base/src/db.py
==============================================================================
--- trunk/base/src/db.py (original)
+++ trunk/base/src/db.py Tue May 8 01:45:53 2007
@@ -250,6 +250,7 @@
os.unlink(self._dbfile)
except:
pass
+ # FIXME: system may not have sqlite3 binary installed.
f = os.popen("sqlite3 %s" % self._dbfile, "w")
f.write(CREATE_SCHEMA % SCHEMA_VERSION)
f.close()
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog