5 |
5 |
6 """ |
6 """ |
7 Package implementing the pip configuration page. |
7 Package implementing the pip configuration page. |
8 """ |
8 """ |
9 |
9 |
|
10 from eric7 import Preferences |
|
11 from eric7.PipInterface.Pip import Pip |
|
12 |
10 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
11 from .Ui_PipPage import Ui_PipPage |
14 from .Ui_PipPage import Ui_PipPage |
12 |
|
13 from eric7.PipInterface.Pip import Pip |
|
14 |
|
15 from eric7 import Preferences |
|
16 |
15 |
17 |
16 |
18 class PipPage(ConfigurationPageBase, Ui_PipPage): |
17 class PipPage(ConfigurationPageBase, Ui_PipPage): |
19 """ |
18 """ |
20 Class implementing the pip configuration page. |
19 Class implementing the pip configuration page. |