E4XML/UserProjectHandler.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
11:b0996e4a289e 12:1d8dd9706f46
7 Module implementing the handler class for reading an XML user project properties file. 7 Module implementing the handler class for reading an XML user project properties file.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from Config import userProjectFileFormatVersion 12 from .Config import userProjectFileFormatVersion
13 from XMLHandlerBase import XMLHandlerBase 13 from .XMLHandlerBase import XMLHandlerBase
14 14
15 import Preferences 15 import Preferences
16 16
17 class UserProjectHandler(XMLHandlerBase): 17 class UserProjectHandler(XMLHandlerBase):
18 """ 18 """

eric ide

mercurial