diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-10 05:37:32 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-10 05:37:32 -0400 |
| commit | ddde5b6499796060831340f022da4d0975b83ccc (patch) | |
| tree | cedbf73df1eba09d152f93d38361325b478f91e9 | |
| parent | 30763035bb7dbcbf1a5adcf70ff915af8f950b85 (diff) | |
| download | pyramid-ddde5b6499796060831340f022da4d0975b83ccc.tar.gz pyramid-ddde5b6499796060831340f022da4d0975b83ccc.tar.bz2 pyramid-ddde5b6499796060831340f022da4d0975b83ccc.zip | |
unused code
| -rw-r--r-- | pyramid/tests/test_tweens.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_tweens.py b/pyramid/tests/test_tweens.py index 54297cb81..b18334f74 100644 --- a/pyramid/tests/test_tweens.py +++ b/pyramid/tests/test_tweens.py @@ -16,7 +16,6 @@ class TestTweens(unittest.TestCase): def test_add_implicit_noaliases(self): from pyramid.tweens import INGRESS from pyramid.tweens import MAIN - D = {MAIN:MAIN, INGRESS:INGRESS} tweens = self._makeOne() tweens.add_implicit('name', 'factory') self.assertEqual(tweens.names, ['name']) |
