From: Razvan Deaconescu Date: Tue, 27 Oct 2009 09:22:45 +0000 (+0200) Subject: renamed access_db to Database.py X-Git-Tag: getopt_long~292^2~6 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=51fb9a8c6dde0910483bd6f0a9cb3ca975686463;p=cs-p2p-next.git renamed access_db to Database.py --- diff --git a/auto/bd/access_db b/auto/bd/DatabaseAccess.py old mode 100755 new mode 100644 similarity index 100% rename from auto/bd/access_db rename to auto/bd/DatabaseAccess.py diff --git a/auto/bd/build_db b/auto/bd/build_db index 17326ef..d946243 100755 --- a/auto/bd/build_db +++ b/auto/bd/build_db @@ -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()