mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 10:54:59 +08:00
Forgot to add a python 3 unicode compatibility.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import re
|
import re
|
||||||
from ast import literal_eval
|
from ast import literal_eval
|
||||||
|
|
||||||
|
from parso._compatibility import unicode
|
||||||
|
|
||||||
|
|
||||||
def splitlines(string, keepends=False):
|
def splitlines(string, keepends=False):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user