Skip to content

Commit 5972e32

Browse files
committed
refactor the sim strategies
1 parent f5c7b70 commit 5972e32

7 files changed

Lines changed: 852 additions & 829 deletions

File tree

devsimpy/DEVSKernel/KAFKADEVS/simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import array
2323
import builtins
2424

25-
from DEVS import CoupledDEVS
25+
from .DEVS import CoupledDEVS
2626
from PluginManager import PluginManager
2727

2828
### avec ce flag les simulation en nogui sont plus rapides
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ["DEVS","simulator"]
1+
__all__ = ["DEVS","simulator", "Strategy"]

0 commit comments

Comments
 (0)