E5XML/XMLHandlerBase.py

changeset 96
9624a110667d
parent 50
a36eecf45b2e
child 110
c9a969db1469
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
5 5
6 """ 6 """
7 Module implementing a base class for all of eric5s XML handlers. 7 Module implementing a base class for all of eric5s XML handlers.
8 """ 8 """
9 9
10 import sys
11 import pickle 10 import pickle
12 import base64 11 import base64
13 12
14 from xml.sax.handler import ContentHandler 13 from xml.sax.handler import ContentHandler
15 14

eric ide

mercurial