Globally renamed url_path to path.

This commit is contained in:
Alice Bevan-McGregor 2010-03-13 12:41:17 -05:00
parent 184c10293f
commit d3d72320cb

View File

@ -25,7 +25,7 @@ class DispatchState(object):
self.remainder = None
self.dispatcher = dispatcher
self.add_controller('/', dispatcher)
def add_controller(self, location, controller):
"""Add a controller object to the stack"""
self.controller_path[location] = controller