PipxInterface/PipxPackagesInputDialog.py

changeset 95
6d594ca518a7
parent 13
e0359a1339fe
child 104
45c88e73e3dd
--- a/PipxInterface/PipxPackagesInputDialog.py	Sun Oct 20 12:11:04 2024 +0200
+++ b/PipxInterface/PipxPackagesInputDialog.py	Sat Oct 26 17:02:15 2024 +0200
@@ -19,14 +19,12 @@
     options.
     """
 
-    def __init__(self, title, install=True, parent=None):
+    def __init__(self, title, parent=None):
         """
         Constructor
 
         @param title dialog title
         @type str
-        @param install flag indicating an install action
-        @type bool
         @param parent reference to the parent widget
         @type QWidget
         """

eric ide

mercurial