update withsqlite.py

This commit is contained in:
James Vasile 2011-12-16 23:44:13 -05:00 committed by James Vasile
parent 20af8da743
commit c324f0c973

View File

@ -112,7 +112,7 @@ True
def __init__(self, fname, autocommit=False, check_same_thread=False):
self.fname = fname + ".sqlite3"
self.autocomit = autocommit
self.autocommit = autocommit
self.check_same_thread = check_same_thread
def __enter__(self):
if not os.path.exists(self.fname):