summaryrefslogtreecommitdiff
path: root/paste/urlparser.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-04 06:24:37 +0000
committerpjenvey <devnull@localhost>2007-01-04 06:24:37 +0000
commitdc929a2a6569b1ec4d30e5ba4f3741c07c47b4ce (patch)
tree6d2084c0bbf73aabe4fc21e9fd4b6ed6d57ab964 /paste/urlparser.py
parentc048a9ec5ed07f4cd302c586f798525947c20c9f (diff)
downloadpaste-dc929a2a6569b1ec4d30e5ba4f3741c07c47b4ce.tar.gz
fixed typo from r6038
Diffstat (limited to 'paste/urlparser.py')
-rw-r--r--paste/urlparser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paste/urlparser.py b/paste/urlparser.py
index bc946d9..326b1e9 100644
--- a/paste/urlparser.py
+++ b/paste/urlparser.py
@@ -536,8 +536,8 @@ class PkgResourcesParser(StaticURLParser):
if manager is None:
manager = pkg_resources.ResourceManager()
self.manager = manager
- if root_resources is None:
- root_resources = resource_name
+ if root_resource is None:
+ root_resource = resource_name
self.root_resource = os.path.normpath(root_resource)
def __repr__(self):