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

@@ -4,7 +4,7 @@ from textwrap import dedent
import pytest
from parso.python import parse
from parso import parse
from parso.python import tree