summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-03 22:28:04 -0500
committerChris McDonough <chrism@plope.com>2011-01-03 22:28:04 -0500
commit4088fe16acad7c2d7bb79a2001b7a5cebb729420 (patch)
treed2b802b5a5b2f8d95d3d6d10f81a64e12c3413ae
parent21013ca63c8b1ce1c7d5ff277dd08922110576f2 (diff)
downloadpyramid-4088fe16acad7c2d7bb79a2001b7a5cebb729420.tar.gz
pyramid-4088fe16acad7c2d7bb79a2001b7a5cebb729420.tar.bz2
pyramid-4088fe16acad7c2d7bb79a2001b7a5cebb729420.zip
unused imports
-rw-r--r--pyramid/paster.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyramid/paster.py b/pyramid/paster.py
index 5efbae51c..5ac043c19 100644
--- a/pyramid/paster.py
+++ b/pyramid/paster.py
@@ -179,12 +179,10 @@ class PRoutesCommand(PCommand):
print msg
def command(self):
- from pyramid.request import Request
from pyramid.interfaces import IRouteRequest
from pyramid.interfaces import IViewClassifier
from pyramid.interfaces import IView
from zope.interface import Interface
- from zope.interface import providedBy
config_file, section_name = self.args
app = self.get_app(config_file, section_name, loadapp=self.loadapp[0])
registry = app.registry