diff --git a/oslo_rootwrap/tests/test_functional.py b/oslo_rootwrap/tests/test_functional.py index e8e2edb..73172aa 100644 --- a/oslo_rootwrap/tests/test_functional.py +++ b/oslo_rootwrap/tests/test_functional.py @@ -41,8 +41,8 @@ import testtools from testtools import content from oslo_rootwrap import client +from oslo_rootwrap.tests import run_daemon from oslo_rootwrap import wrapper -from tests import run_daemon class _FunctionalBase(object): diff --git a/oslo_rootwrap/tests/test_functional_eventlet.py b/oslo_rootwrap/tests/test_functional_eventlet.py index c94bc69..49e51f0 100644 --- a/oslo_rootwrap/tests/test_functional_eventlet.py +++ b/oslo_rootwrap/tests/test_functional_eventlet.py @@ -19,7 +19,7 @@ if os.environ.get('TEST_EVENTLET', False): import eventlet eventlet.monkey_patch() - from tests import test_functional + from oslo_rootwrap.tests import test_functional class RootwrapDaemonTest(test_functional.RootwrapDaemonTest): def assert_unpatched(self):