1
0
forked from VimPlug/jedi

removed an unused tokenizer import

This commit is contained in:
David Halter
2013-09-06 01:45:29 +04:30
parent 9eca33f55c
commit 92a3491b3d

View File

@@ -11,7 +11,6 @@ you can read the documentation there.
import string
import re
from token import *
from codecs import lookup, BOM_UTF8
import collections
cookie_re = re.compile("coding[:=]\s*([-\w.]+)")