remove try for time, it's a normal import anyway

This commit is contained in:
Avi Marcus 2012-07-05 02:41:42 +03:00
parent 4d3c3570e4
commit 7b71d7eef5

View File

@ -128,10 +128,8 @@ def query(database, query):
returns: [{'query time': {'h': '39.0ms', 'raw': '0.03899'}},
{'rows affected': 1L}
'''
#try:
import time
#except ImportError:
# timer = False
#Doesn't do anything about sql warnings, e.g. empty values on an insert.
#I don't think it handles multiple queries at once, so adding "commit" might not work.