--- ZRoundup.py Mon Jul 1 12:33:24 2002 +++ ZRoundup.py~1.8~ Mon Jul 1 12:31:50 2002 @@ -129,8 +129,7 @@ # figure out the path components to set url = urlparse.urlparse( self.absolute_url() ) - path = url[2] - path_components = path.split( '/' ) + path_components = url[2].split( '/' ) # special case when roundup is '/' in this virtual host, if path == "/" :