Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.py

changeset 6301
f488d2cc5841
parent 6295
79bfd24e2fee
child 6327
a1716d9210f4
equal deleted inserted replaced
6300:cfb21ace8d09 6301:f488d2cc5841
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):

eric ide

mercurial