summaryrefslogtreecommitdiff
path: root/tests/test_scripts/test_pshell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scripts/test_pshell.py')
-rw-r--r--tests/test_scripts/test_pshell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scripts/test_pshell.py b/tests/test_scripts/test_pshell.py
index df664bea9..291714340 100644
--- a/tests/test_scripts/test_pshell.py
+++ b/tests/test_scripts/test_pshell.py
@@ -1,6 +1,6 @@
import os
import unittest
-from pyramid.tests.test_scripts import dummy
+from . import dummy
class TestPShellCommand(unittest.TestCase):