Move the utility function parse to the __init__ script.

This commit is contained in:
Dave Halter
2017-05-24 00:08:09 -04:00
parent 25941bbfb8
commit f2c257d7dd
11 changed files with 19 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ However the tests might still be relevant for the parser.
from textwrap import dedent
from parso._compatibility import u
from parso.python import parse
from parso import parse
def test_carriage_return_splitting():