summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-16 09:43:43 +0200
committerChris McDonough <chrism@plope.com>2013-08-16 09:43:43 +0200
commit8a6ee22c9f81bdb4ce985e3dd0952e0b39507d8c (patch)
tree9a1b3adc3c9b4eae4934e256f044087fc810f96c
parent5870e340e4ef935ff5a7977d753fa07568461b07 (diff)
downloadpyramid-8a6ee22c9f81bdb4ce985e3dd0952e0b39507d8c.tar.gz
pyramid-8a6ee22c9f81bdb4ce985e3dd0952e0b39507d8c.tar.bz2
pyramid-8a6ee22c9f81bdb4ce985e3dd0952e0b39507d8c.zip
unused imports
-rw-r--r--pyramid/tests/test_url.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/tests/test_url.py b/pyramid/tests/test_url.py
index 9841c143e..bf1c514c5 100644
--- a/pyramid/tests/test_url.py
+++ b/pyramid/tests/test_url.py
@@ -611,7 +611,6 @@ class TestURLMethodsMixin(unittest.TestCase):
('pyramid.tests:static/foo.css', request, {}) )
def test_static_url_abspath_integration_with_staticurlinfo(self):
- import os
from pyramid.interfaces import IStaticURLInfo
from pyramid.config.views import StaticURLInfo
info = StaticURLInfo()
@@ -626,7 +625,6 @@ class TestURLMethodsMixin(unittest.TestCase):
'http://example.com:5432/absstatic/test_url.py')
def test_static_url_noscheme_uses_scheme_from_request(self):
- import os
from pyramid.interfaces import IStaticURLInfo
from pyramid.config.views import StaticURLInfo
info = StaticURLInfo()