summaryrefslogtreecommitdiff
path: root/pbr/tests/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/tests/test_commands.py')
-rw-r--r--pbr/tests/test_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbr/tests/test_commands.py b/pbr/tests/test_commands.py
index f5831fa..c73a9f3 100644
--- a/pbr/tests/test_commands.py
+++ b/pbr/tests/test_commands.py
@@ -40,10 +40,10 @@
from testtools import content
-from pbr import tests
+from pbr.tests import base
-class TestCommands(tests.BaseTestCase):
+class TestCommands(base.BaseTestCase):
def test_custom_build_py_command(self):
"""Test custom build_py command.