equal
deleted
inserted
replaced
23 # along with this program; if not, write to the Free Software |
23 # along with this program; if not, write to the Free Software |
24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
25 |
25 |
26 from xmlclass import * |
26 from xmlclass import * |
27 from types import * |
27 from types import * |
28 import os, re |
28 import os |
|
29 import re |
29 from lxml import etree |
30 from lxml import etree |
30 from collections import OrderedDict |
31 from collections import OrderedDict |
31 import util.paths as paths |
32 import util.paths as paths |
32 |
33 |
33 """ |
34 """ |