summaryrefslogtreecommitdiff
path: root/paste/urlparser.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-19 06:32:03 +0000
committerpjenvey <devnull@localhost>2007-01-19 06:32:03 +0000
commit7491298691ea496b22b085370c215df9465e4b74 (patch)
tree4c365e812f9bc8941433377b3db4f107d62427f9 /paste/urlparser.py
parentb0823e6c18c04d98475305484cfeb3babf0b24f6 (diff)
downloadpaste-7491298691ea496b22b085370c215df9465e4b74.tar.gz
fixed broken StaticURLParser.make_app from r6099
Diffstat (limited to 'paste/urlparser.py')
-rw-r--r--paste/urlparser.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/paste/urlparser.py b/paste/urlparser.py
index c20c4fd..a6cedb1 100644
--- a/paste/urlparser.py
+++ b/paste/urlparser.py
@@ -481,8 +481,7 @@ class StaticURLParser(object):
return fa(environ, start_response)
def make_app(self, filename):
- return fileapp.FileApp(full)
-
+ return fileapp.FileApp(filename)
def add_slash(self, environ, start_response):
"""