Skip to content

Commit

Permalink
Include MultiState import in PySBFlatExporter (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jul 12, 2019
1 parent 4a4aee5 commit f107091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysb/export/pysb_flat.py
Expand Up @@ -63,7 +63,7 @@ def write_cset(cset):
output.write("\n")
output.write("from pysb import Model, Monomer, Parameter, Expression, "
"Compartment, Rule, Observable, Initial, MatchOnce, "
"Annotation, ANY, WILD\n")
"Annotation, MultiState, ANY, WILD\n")
output.write("\n")
output.write("Model()\n")
output.write("\n")
Expand Down

0 comments on commit f107091

Please sign in to comment.