Move tokenize.py and token.py to the python folder.

This commit is contained in:
Dave Halter
2017-07-09 00:06:14 +02:00
parent ee1184e7c4
commit c28ec5f182
9 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import re
from parso.tokenize import group
from parso.python.tokenize import group
class PrefixPart(object):