This commit is contained in:
neersighted 2012-02-28 21:09:40 -08:00
parent c014d91ec2
commit eec12aa9e4
7 changed files with 28 additions and 18 deletions

View file

@ -2,7 +2,8 @@ import os
import sqlite3
import thread
threaddbs={}
threaddbs = {}
def get_db_connection(conn, name=''):
"returns an sqlite3 connection to a persistent database"