--- pycategories.py~	Fri Sep  5 15:56:17 2003
+++ pycategories.py	Tue Oct 28 14:18:41 2003
@@ -55,7 +55,7 @@
 
         # build the list of entries
         elist = tools.Walk(root)
-        elist = [mem[len(root):] for mem in elist]
+        elist = [mem[len(root)+1:] for mem in elist]
 
         elistmap = {}
         for mem in elist:
