diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-08 00:11:38 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-08 00:11:38 -0400 |
| commit | 1f085837350df56b5485085ed617360be20c2540 (patch) | |
| tree | aeaec7e59fb5911be0bac73a0c43278afb0c099f | |
| parent | 66fe31ffbc821bb6d57eb441d3f19797f370e85b (diff) | |
| download | pyramid-1f085837350df56b5485085ed617360be20c2540.tar.gz pyramid-1f085837350df56b5485085ed617360be20c2540.tar.bz2 pyramid-1f085837350df56b5485085ed617360be20c2540.zip | |
unused import
| -rw-r--r-- | pyramid/tests/test_static.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/tests/test_static.py b/pyramid/tests/test_static.py index 81f25b95d..503552a8e 100644 --- a/pyramid/tests/test_static.py +++ b/pyramid/tests/test_static.py @@ -1,5 +1,4 @@ import unittest -import datetime class Test_static_view_use_subpath_False(unittest.TestCase): def _getTargetClass(self): |
