8 """ |
8 """ |
9 |
9 |
10 from .ConfigurationPageBase import ConfigurationPageBase |
10 from .ConfigurationPageBase import ConfigurationPageBase |
11 from .Ui_ProjectPage import Ui_ProjectPage |
11 from .Ui_ProjectPage import Ui_ProjectPage |
12 |
12 |
13 import Preferences |
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. |