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

@@ -2,7 +2,7 @@
Tests ``from __future__ import absolute_import`` (only important for
Python 2.X)
"""
from parso.python import parse
from parso import parse
def test_explicit_absolute_imports():