Re-added a missing import

This commit is contained in:
David Baumgold
2013-07-01 16:22:00 -04:00
parent 0b8aec718f
commit b97f5585b9

View File

@@ -2,6 +2,7 @@
#pylint: disable=W0621
from lettuce import world, step
from django.conf import settings
import os
TEST_ROOT = settings.COMMON_TEST_DATA_ROOT