adjust __all__ packet imports to new module names

contributes to #3
parser
Trolli Schmittlauch 2017-06-30 11:45:50 +02:00
parent 40eaca47ae
commit 4804a2a4d5
1 changed files with 1 additions and 1 deletions

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