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

@@ -5,7 +5,7 @@ instead of simple parser objects.
from textwrap import dedent
from parso.python import parse
from parso import parse
def assert_params(param_string, **wanted_dct):