renamed access_db to Database.py
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 27 Oct 2009 09:22:45 +0000 (11:22 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 27 Oct 2009 09:22:45 +0000 (11:22 +0200)
auto/bd/DatabaseAccess.py [moved from auto/bd/access_db with 100% similarity, mode: 0644]
auto/bd/build_db

old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from auto/bd/access_db
rename to auto/bd/DatabaseAccess.py
index 17326ef..d946243 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
-from sqlite3 import *
+
+import sqlite3
 
 conn = connect('p2p-next.db')
 curs = conn.cursor()
@@ -77,4 +78,4 @@ curs.execute('''create table verbose_messages (
 #for row in curs:
 #      print row
 #      
-#conn.close()
\ No newline at end of file
+#conn.close()