Chris McDonough
2012-09-10 df70a11a268fdedd83d02fd9d29eb8c4d5b2e5e2
dead code, garden
3 files modified
10 ■■■■ changed files
TODO.txt 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_chameleon_text.py 4 ●●●● patch | view | raw | blame | history
pyramid/tests/test_chameleon_zpt.py 4 ●●●● patch | view | raw | blame | history
TODO.txt
@@ -98,7 +98,7 @@
Future
------
- 1.5: Remove all deprecated ``pyramid.testing`` functions.
- 1.5: remove ``pyramid.view.static``.
- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
  original dict (after ``__getattr__`` deprecation period, it was deprecated
pyramid/tests/test_chameleon_text.py
@@ -7,13 +7,9 @@
class Base:
    def setUp(self):
        self.config = testing.setUp()
        from zope.deprecation import __show__
        __show__.off()
    def tearDown(self):
        testing.tearDown()
        from zope.deprecation import __show__
        __show__.on()
    def _getTemplatePath(self, name):
        import os
pyramid/tests/test_chameleon_zpt.py
@@ -7,13 +7,9 @@
class Base(object):
    def setUp(self):
        self.config = testing.setUp()
        from zope.deprecation import __show__
        __show__.off()
    def tearDown(self):
        testing.tearDown()
        from zope.deprecation import __show__
        __show__.on()
    def _getTemplatePath(self, name):
        import os