Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 5b3142a

Browse files
committed
Add module swf.models.history.builder with the History class
This class allows to build a dict that represents a history such as what SWF passes to a decider.
1 parent 0385186 commit 5b3142a

File tree

4 files changed

+550
-1
lines changed

4 files changed

+550
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737
packages=[
3838
'swf',
3939
'swf.actors',
40-
'swf.models',
4140
'swf.querysets',
4241

42+
'swf.models',
4343
'swf.models.event',
4444
'swf.models.decision',
45+
'swf.models.history',
4546
],
4647
)

swf/models/history/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from base import History
File renamed without changes.

0 commit comments

Comments
 (0)