diff python/utils.py @ 233:ab1a11176d7b

initial sqlite code and bug corrected in cvutils
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 04 Jul 2012 16:02:00 -0400
parents ca9d9104afba
children 584613399513
line wrap: on
line diff
--- a/python/utils.py	Tue Jul 03 00:17:30 2012 -0400
+++ b/python/utils.py	Wed Jul 04 16:02:00 2012 -0400
@@ -317,6 +317,16 @@
     return [int(x) for x in l.split(separator)]
 
 #########################
+# sqlite
+#########################
+
+#def dropTable(db, tableName):
+    
+
+#def removeObjectsSqlite(filename):
+#    'Removes the objects and object_features tables in the filename'
+
+#########################
 # running tests
 #########################