Skip to content

Commit

Permalink
Update PyroAsynchronousActionManager import to reflect move into PySP
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Apr 6, 2021
1 parent 35c03c6 commit 8b8df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysp/scenariotree/action_manager_pyro.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from pyomo.common.dependencies import attempt_import
from pyomo.opt.parallel.manager import ActionStatus
from pyomo.opt.parallel.pyro import PyroAsynchronousActionManager
from pysp.pyro.pyro_asynch import PyroAsynchronousActionManager

pyu_pyro = attempt_import('pyutilib.pyro', alt_names=['pyu_pyro'])[0]
Pyro4 = attempt_import('Pyro4')[0]
Expand Down

0 comments on commit 8b8df69

Please # to comment.