--- a/E4XML/XMLHandlerBase.py Sat Jan 02 16:15:57 2010 +0000 +++ b/E4XML/XMLHandlerBase.py Sat Jan 02 17:09:08 2010 +0000 @@ -4,7 +4,7 @@ # """ -Module implementing a base class for all of eric4s XML handlers. +Module implementing a base class for all of eric5s XML handlers. """ import sys @@ -15,7 +15,7 @@ class XMLHandlerBase(ContentHandler): """ - Class implementing the base class for al of eric4s XML handlers. + Class implementing the base class for al of eric5s XML handlers. """ def __init__(self): """ @@ -269,4 +269,4 @@ Handler method for the "pickle" end tag. """ pic = self.utf8_to_code(self.buffer).decode(self.pickleEnc) - self.stack.append(pickle.loads(pic)) + self.stack.append(pickle.loads(pic)) \ No newline at end of file