Fix tests on 3.7

This commit is contained in:
Łukasz Langa 2018-03-20 19:04:49 -07:00
parent fd3400d44c
commit 5fa38d4c3b

View File

@ -31,7 +31,7 @@
import string, re
from codecs import BOM_UTF8, lookup
from lib2to3.pgen2.token import *
from blib2to3.pgen2.token import *
from . import token
__all__ = [x for x in dir(token) if x[0] != '_'] + ["tokenize",