summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/config/rendering.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyramid/config/rendering.py b/pyramid/config/rendering.py
index a46d1f37f..a14853fdc 100644
--- a/pyramid/config/rendering.py
+++ b/pyramid/config/rendering.py
@@ -10,13 +10,9 @@ from pyramid.util import action_method
from pyramid import (
renderers,
- chameleon_text,
- chameleon_zpt,
)
DEFAULT_RENDERERS = (
- ('.txt', chameleon_text.renderer_factory),
- ('.pt', chameleon_zpt.renderer_factory),
('json', renderers.json_renderer_factory),
('string', renderers.string_renderer_factory),
)