UI/UserInterface.py

branch
conda
changeset 6697
2f5c951bdf14
parent 6645
ad476851d7e0
child 6698
bc5aa4cda1ee
diff -r 706185900558 -r 2f5c951bdf14 UI/UserInterface.py
--- a/UI/UserInterface.py	Sun Feb 03 16:31:53 2019 +0100
+++ b/UI/UserInterface.py	Sun Feb 03 16:59:36 2019 +0100
@@ -231,6 +231,11 @@
         # load the view profiles
         self.profiles = Preferences.getUI("ViewProfiles2")
         
+        # Generate the conda interface
+        from CondaInterface.Conda import Conda
+        self.condaInterface = Conda(self)
+        e5App().registerObject("Conda", self.condaInterface)
+        
         # Generate the virtual environment manager
         from VirtualEnv.VirtualenvManager import VirtualenvManager
         self.virtualenvManager = VirtualenvManager(self)

eric ide

mercurial