summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/crud_database.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/steps/crud_database.py')
-rw-r--r--tests/features/steps/crud_database.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/steps/crud_database.py b/tests/features/steps/crud_database.py
index a46f53bc..4d692c6d 100644
--- a/tests/features/steps/crud_database.py
+++ b/tests/features/steps/crud_database.py
@@ -4,12 +4,12 @@ Steps for behavioral style tests are defined in this module.
Each step is defined by the string decorating it.
This string is used to call the step in "*.feature" file.
"""
-from __future__ import unicode_literals, print_function, absolute_import
+from __future__ import unicode_literals, print_function
import pexpect
from behave import when, then
-from tests.features.steps import wrappers
+import wrappers
@when('we create database')