summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-07-31 23:54:56 -0600
committerMichael Merickel <michael@merickel.org>2011-07-31 23:54:56 -0600
commit01f9289b99be03eb203afcd64b010f3455f5db33 (patch)
tree9ed737d937c9cbf6c36579f184c79d67038823b4
parentdd91eb061edc328ae8a96df0b719624804d5ef31 (diff)
downloadpyramid-01f9289b99be03eb203afcd64b010f3455f5db33.tar.gz
pyramid-01f9289b99be03eb203afcd64b010f3455f5db33.tar.bz2
pyramid-01f9289b99be03eb203afcd64b010f3455f5db33.zip
Removed unused PCommand testing hooks.
-rw-r--r--pyramid/paster.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyramid/paster.py b/pyramid/paster.py
index 277f093d7..ca343def7 100644
--- a/pyramid/paster.py
+++ b/pyramid/paster.py
@@ -87,11 +87,6 @@ def bootstrap(config_uri, request=None):
_marker = object()
class PCommand(Command):
- get_app = staticmethod(get_app) # hook point
- get_root = staticmethod(get_root) # hook point
- group_name = 'pyramid'
- interact = (interact,) # for testing
- loadapp = (loadapp,) # for testing
bootstrap = (bootstrap,) # testing
verbose = 3