[z3-checkins] r42134 - z3/deliverance/DeliveranceVHoster/trunk/dvhoster
ltucker at codespeak.net
ltucker at codespeak.net
Tue Apr 17 19:15:25 CEST 2007
Author: ltucker
Date: Tue Apr 17 19:15:25 2007
New Revision: 42134
Modified:
z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py
Log:
fix typo
Modified: z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py (original)
+++ z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py Tue Apr 17 19:15:25 2007
@@ -114,7 +114,7 @@
"No URL is mapped to %r (somewhat oddly); only %s prefixes "
"are available"
% (path_info, ', '.join([repr(r['path'])
- for r in remote_uris])))
+ for r in domain_info.remote_uris])))
return exc(environ, start_response)
vars = {
More information about the z3-checkins
mailing list