20 from .Ui_PipFileSelectionDialog import Ui_PipFileSelectionDialog |
20 from .Ui_PipFileSelectionDialog import Ui_PipFileSelectionDialog |
21 |
21 |
22 import Utilities |
22 import Utilities |
23 |
23 |
24 |
24 |
|
25 # TODO: add checkbox to select an installation into 'user site' |
25 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog): |
26 class PipFileSelectionDialog(QDialog, Ui_PipFileSelectionDialog): |
26 """ |
27 """ |
27 Class implementing a dialog to enter a file to be processed. |
28 Class implementing a dialog to enter a file to be processed. |
28 """ |
29 """ |
29 def __init__(self, plugin, mode, parent=None): |
30 def __init__(self, plugin, mode, parent=None): |