Skip to content

Commit 4ca4e35

Browse files
authored
Merge pull request #373 from capocchi/version-5.1
Version 5.1
2 parents 322a44e + 6b30d8d commit 4ca4e35

8 files changed

Lines changed: 862 additions & 830 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)