summaryrefslogtreecommitdiff
path: root/horizon/workflows/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/workflows/base.py')
-rw-r--r--horizon/workflows/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/horizon/workflows/base.py b/horizon/workflows/base.py
index 44a7a4a8..60d8a1e9 100644
--- a/horizon/workflows/base.py
+++ b/horizon/workflows/base.py
@@ -31,8 +31,6 @@ from django.utils.translation import ugettext_lazy as _
# FIXME: TableStep
from django.utils.datastructures import SortedDict
-from django.template.defaultfilters import linebreaks, safe
-from django.forms.forms import NON_FIELD_ERRORS
from horizon import base
from horizon import exceptions
@@ -441,6 +439,7 @@ class Step(object):
"""
self.action.add_error(message)
+
# FIXME: TableStep
class TableStep(Step):
"""