Mercurial > hg > simpypi
changeset 29:50bfe72e9506
remove reference to non-existent function
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 29 Feb 2012 20:06:10 -0800 |
parents | e86a17fbe50f |
children | 8804fc4e403f |
files | simpypi/factory.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/simpypi/factory.py Wed Feb 29 20:01:38 2012 -0800 +++ b/simpypi/factory.py Wed Feb 29 20:06:10 2012 -0800 @@ -24,7 +24,6 @@ def __call__(self, environ, start_response): path = environ['PATH_INFO'] if path == self.namespace: - return self.add_slash(environ, start_response) environ['PATH_INFO'] = '/' return DirectoryServer.__call__(self, environ, start_response) elif path.startswith(self.namespace + '/'):