diff -r 5be516f79075 -r 95cc0e8f8a17 Admin/website/build/pypager.py --- a/Admin/website/build/pypager.py Sat Jun 04 21:42:50 2005 +0200 +++ b/Admin/website/build/pypager.py Sat Jun 04 21:43:55 2005 +0200 @@ -122,10 +122,6 @@ handler.characters(u"%i%sKB" % (size / 1024, unichr(160))) handler.endElement(u"td") - def cvs(self, handler, **args): - - pass - # a notion of paths class PathCalculator: @@ -354,6 +350,8 @@ def processingInstruction(self, target, data): + print '*', target + print '*', data self.closeLastStart() self.flushCharacterBuffer() func = getattr(self._func, target)