summaryrefslogtreecommitdiff
path: root/taskflow/patterns
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-08-15 16:54:00 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-08-17 20:34:19 -0700
commitacd545f9c2974f378eb0af7da70512fc5ce19383 (patch)
treeb688d135eeb720bb4aaefb30e96c7baac5d7eb1d /taskflow/patterns
parent6c309a475d2cffc5794cd5197f2facf6f51e977c (diff)
downloadtaskflow-acd545f9c2974f378eb0af7da70512fc5ce19383.tar.gz
File movements
In order to rework some of the persistence layer I would like to move around some of the files first, keeping job specifics in a jobs folder. Having some of the items which are root level taskflow items (flow, task) be at the root of the hiearchy. Also for now until the celery work is commited move that, since it doesn't make sense in backends anyway. Change-Id: If6c149710b40f70d4ec69ee8e523defe8f5e766d
Diffstat (limited to 'taskflow/patterns')
-rw-r--r--taskflow/patterns/linear_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/patterns/linear_flow.py b/taskflow/patterns/linear_flow.py
index 78aabc9..a2da98c 100644
--- a/taskflow/patterns/linear_flow.py
+++ b/taskflow/patterns/linear_flow.py
@@ -26,7 +26,7 @@ from taskflow import exceptions as exc
from taskflow import states
from taskflow import utils
-from taskflow.generics import flow
+from taskflow import flow
LOG = logging.getLogger(__name__)