Remove thread initializer

This commit is contained in:
dave 2014-08-26 17:36:27 -07:00
parent 68d3e84072
commit 3591528ea3
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import sqlite3
class database:
def __init__(self):
threading.Thread.__init__(self)
self.db = None
# TODO: If db.sqlite doesn't exist, create one with the following demo data
#self.createDatabase()