E4XML/MultiProjectHandler.py

changeset 12
1d8dd9706f46
parent 6
52e8c820d0dd
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
5 5
6 """ 6 """
7 Module implementing the handler class for reading an XML multi project file. 7 Module implementing the handler class for reading an XML multi project file.
8 """ 8 """
9 9
10 from Config import multiProjectFileFormatVersion 10 from .Config import multiProjectFileFormatVersion
11 from XMLHandlerBase import XMLHandlerBase 11 from .XMLHandlerBase import XMLHandlerBase
12 12
13 import Utilities 13 import Utilities
14 14
15 class MultiProjectHandler(XMLHandlerBase): 15 class MultiProjectHandler(XMLHandlerBase):
16 """ 16 """

eric ide

mercurial