diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-08 02:48:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-08 02:48:44 -0400 |
| commit | 98dbaf4a9a369e28020c33f239135190dc44a086 (patch) | |
| tree | e8e8e282cb17d598dae059639f0dec54cd63596d | |
| parent | b5416b743b2b4cd6770198323e8df117e2f47444 (diff) | |
| download | pyramid-98dbaf4a9a369e28020c33f239135190dc44a086.tar.gz pyramid-98dbaf4a9a369e28020c33f239135190dc44a086.tar.bz2 pyramid-98dbaf4a9a369e28020c33f239135190dc44a086.zip | |
remove dead code
| -rw-r--r-- | pyramid/tests/test_tweens.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/tests/test_tweens.py b/pyramid/tests/test_tweens.py index f5f74d8fd..ba04b4e53 100644 --- a/pyramid/tests/test_tweens.py +++ b/pyramid/tests/test_tweens.py @@ -50,8 +50,6 @@ class TestTweens(unittest.TestCase): def test_add_implicit_withaliases(self): from pyramid.tweens import INGRESS - from pyramid.tweens import MAIN - D = {MAIN:MAIN, INGRESS:INGRESS} tweens = self._makeOne() tweens.add_implicit('name1', 'factory', alias='n1') self.assertEqual(tweens.names, ['name1']) |
