5 |
5 |
6 """ |
6 """ |
7 Module implementing the Project configuration page. |
7 Module implementing the Project configuration page. |
8 """ |
8 """ |
9 |
9 |
|
10 from eric7 import Preferences |
|
11 |
10 from .ConfigurationPageBase import ConfigurationPageBase |
12 from .ConfigurationPageBase import ConfigurationPageBase |
11 from .Ui_ProjectPage import Ui_ProjectPage |
13 from .Ui_ProjectPage import Ui_ProjectPage |
12 |
|
13 from eric7 import Preferences |
|
14 |
14 |
15 |
15 |
16 class ProjectPage(ConfigurationPageBase, Ui_ProjectPage): |
16 class ProjectPage(ConfigurationPageBase, Ui_ProjectPage): |
17 """ |
17 """ |
18 Class implementing the Project configuration page. |
18 Class implementing the Project configuration page. |