make positional stats use Database.py

This commit is contained in:
sqlcoder
2009-07-19 18:28:13 +01:00
parent ceaedebcd9
commit 0fecdfb2d7
6 changed files with 509 additions and 671 deletions
+3
View File
@@ -111,6 +111,9 @@ class Database:
def commit(self):
self.fdb.db.commit()
def rollback(self):
self.fdb.db.rollback()
def close_connection(self):
self.connection.close()