UserInterface: added the forgotten initialization of pipWidget and condaWidget attributes.

Tue, 09 Apr 2019 19:15:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 09 Apr 2019 19:15:01 +0200
changeset 6937
25317a7b5d40
parent 6936
6b301c8a3c5b
child 6939
af0ca76e26fd

UserInterface: added the forgotten initialization of pipWidget and condaWidget attributes.

UI/UserInterface.py file | annotate | diff | comparison | revisions
--- a/UI/UserInterface.py	Tue Apr 09 19:14:11 2019 +0200
+++ b/UI/UserInterface.py	Tue Apr 09 19:15:01 2019 +0200
@@ -279,6 +279,8 @@
         self.browser = None
         self.templateViewer = None
         self.numbersViewer = None
+        self.pipWidget = None
+        self.condaWidget = None
         
         self.__webBrowserProcess = None
         self.__webBrowserClient = None

eric ide

mercurial