Merge pull request #471 from Eylrid/master

Restore "import shared" to helper_inbox
This commit is contained in:
Jonathan Warren 2013-09-03 22:10:00 -07:00
commit eff4edb8e8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from helper_sql import *
import shared
def insert(t):
sqlExecute('''INSERT INTO inbox VALUES (?,?,?,?,?,?,?,?,?)''', *t)