Skip to content

Commit

Permalink
application.py: Fix initialization of the _urlmap string.
Browse files Browse the repository at this point in the history
  • Loading branch information
pneff committed May 18, 2010
1 parent ec5dab4 commit 0934e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgiservice/application.py
Expand Up @@ -36,7 +36,7 @@ class Application(object):
_resources = None

#: :class:`wsgiservice.routing.Router` instance. Set by the constructor.
_resources = None
_urlmap = None

def __init__(self, resources):
"""Constructor.
Expand Down

0 comments on commit 0934e04

Please sign in to comment.