diff python/storage.py @ 246:583a2c4622f9

created new module for algorithms with function to extract speeds
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 17 Jul 2012 16:28:24 -0400
parents 93c26e45efd8
children 8ab76b95ee72
line wrap: on
line diff
--- a/python/storage.py	Tue Jul 17 13:25:34 2012 -0400
+++ b/python/storage.py	Tue Jul 17 16:28:24 2012 -0400
@@ -71,6 +71,8 @@
     can be positions or velocities
 
     returns a moving object'''
+    import sqlite3
+
     cursor = connection.cursor()
 
     try: