mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-23 12:41:43 +08:00
Move tokenize.py and token.py to the python folder.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import re
|
||||
|
||||
from parso.tokenize import group
|
||||
from parso.python.tokenize import group
|
||||
|
||||
|
||||
class PrefixPart(object):
|
||||
|
||||
Reference in New Issue
Block a user