b5f92a349c
GitOrigin-RevId: 7c9cc5a6e5d38010801741ac830a3f8fd667a7a0
11 lines
492 B
Diff
11 lines
492 B
Diff
--- a/pyramid_chameleon/tests/test_renderers.py
|
|
+++ b/pyramid_chameleon/tests/test_renderers.py
|
|
@@ -258,7 +258,7 @@ class TestChameleonRendererLookup(unittest.TestCase):
|
|
self.assertRaises(ValueError, lookup.__call__, info)
|
|
|
|
def test___call__spec_alreadyregistered(self):
|
|
- from pyramid import tests
|
|
+ from pyramid_chameleon import tests
|
|
module_name = tests.__name__
|
|
relpath = 'test_renderers.py'
|
|
spec = '%s:%s' % (module_name, relpath)
|