comparison: E5XML/XMLHandlerBase.py
E5XML/XMLHandlerBase.py
- changeset 96
- 9624a110667d
- parent 50
- a36eecf45b2e
- child 110
- c9a969db1469
equal
deleted
inserted
replaced
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 |