Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
delete "." in line 3
from .swmmio import Model -> from swmmio import Model
resolve the error: "from swmmio.swmmio import Model, no module named swmmio" balabala......
  • Loading branch information
algchyhao authored Aug 6, 2019
1 parent ac547c7 commit a821f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmio/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .run_models.run import run_simple, run_hot_start_sequence
from .run_models import start_pool
from .swmmio import Model
from swmmio import Model
from itertools import chain
import os
import argparse
Expand Down

0 comments on commit a821f96

Please sign in to comment.