1

Minor cleanup

Former-commit-id: 362db527e5ff86009614f3be0d2489f2b57f0c29
This commit is contained in:
Alex Yatskov 2013-11-09 13:26:21 -08:00
parent 5cad0acc04
commit 3b9ee50186
3 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import codecs
import json
import re

View File

@ -17,7 +17,6 @@
import operator
import re
import sqlite3

View File

@ -18,7 +18,6 @@
import operator
import re
class Translator: