pep8
This commit is contained in:
parent
c014d91ec2
commit
eec12aa9e4
7 changed files with 28 additions and 18 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue