Commit b97f5585 by David Baumgold

Re-added a missing import

parent 0b8aec71
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#pylint: disable=W0621 #pylint: disable=W0621
from lettuce import world, step from lettuce import world, step
from django.conf import settings
import os import os
TEST_ROOT = settings.COMMON_TEST_DATA_ROOT TEST_ROOT = settings.COMMON_TEST_DATA_ROOT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment