Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 531fae3

Browse files
committed
Migrated Zenaton.core to zenaton
1 parent 7f730c2 commit 531fae3

27 files changed

+2
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

core/tasks/wait.py renamed to zenaton/tasks/wait.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import inspect
22

3-
from Zenaton.core.abstracts.event import Event
4-
from Zenaton.core.abstracts.task import Task
5-
3+
from ..abstracts.event import Event
4+
from ..abstracts.task import Task
65
from ..exceptions import ExternalError
76
from ..traits.with_timestamp import WithTimestamp
87
from ..traits.zenatonable import Zenatonable

zenaton/traits/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

zenaton/workflows/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)