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