1
0
forked from VimPlug/jedi

Remove some fixer related stuff (lib2to3 stuff).

This commit is contained in:
Dave Halter
2014-10-08 15:04:01 +02:00
parent 834172a3e9
commit a7fff54d7b
2 changed files with 6 additions and 24 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ __author__ = 'Ka-Ping Yee <ping@lfw.org>'
__credits__ = \
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro'
import string, re
import string
import re
from codecs import BOM_UTF8, lookup
from .token import *