############################################ # Created on 1-13-2013. Miguel Angel Astor # ############################################ import sqlite3 scores = sqlite3.connect('db/scores.db') cursor = scores.cursor()