# HG changeset patch # User paulb # Date 1108852798 0 # Node ID 784b9a6f36b81cbb90f2aab1c08ce7b1d3845327 # Parent 67dcc4744303dce7be6ff026391dae9dd01249f1 [project @ 2005-02-19 22:39:58 by paulb] Fixed the MapResource so that such resources can be nested. diff -r 67dcc4744303 -r 784b9a6f36b8 WebStack/Resources/ResourceMap.py --- a/WebStack/Resources/ResourceMap.py Sat Feb 19 15:04:14 2005 +0000 +++ b/WebStack/Resources/ResourceMap.py Sat Feb 19 22:39:58 2005 +0000 @@ -28,7 +28,7 @@ # Get the path info. - parts = trans.get_path_info().split("/") + parts = trans.get_virtual_path_info().split("/") # The first part should always be empty.