summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rwxr-xr-xdata/db/android/create_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/db/android/create_db.py b/data/db/android/create_db.py
index bfa69ef..4fff1d0 100755
--- a/data/db/android/create_db.py
+++ b/data/db/android/create_db.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-import sqlite3
from pydict import *
from id import *
from valid_hanzi import *
@@ -29,6 +28,7 @@ def read_phrases(filename):
yield hanzi, freq, pinyin
def create_db(filename):
+ # import sqlite3
# con = sqlite3.connect("main.db")
# con.execute ("PRAGMA synchronous = NORMAL;")
# con.execute ("PRAGMA temp_store = MEMORY;")