adjust __all__ packet imports to new module names

contributes to #3
This commit is contained in:
Trolli Schmittlauch 2017-06-30 11:45:50 +02:00
parent 40eaca47ae
commit 4804a2a4d5

View file

@ -2,7 +2,7 @@ from typing import List, Tuple
import arpeggio
from itertools import chain
__all__ = ["jobshop1_parser", "jobshop2_parser"]
__all__ = ["js1_style", "js2_style"]
grammar = """
# starting point for jobshop1 input file