UI/UserInterface.py

branch
conda
changeset 6697
2f5c951bdf14
parent 6645
ad476851d7e0
child 6698
bc5aa4cda1ee
equal deleted inserted replaced
6696:706185900558 6697:2f5c951bdf14
228 self.setWindowIcon(UI.PixmapCache.getIcon("eric.png")) 228 self.setWindowIcon(UI.PixmapCache.getIcon("eric.png"))
229 self.__setWindowCaption() 229 self.__setWindowCaption()
230 230
231 # load the view profiles 231 # load the view profiles
232 self.profiles = Preferences.getUI("ViewProfiles2") 232 self.profiles = Preferences.getUI("ViewProfiles2")
233
234 # Generate the conda interface
235 from CondaInterface.Conda import Conda
236 self.condaInterface = Conda(self)
237 e5App().registerObject("Conda", self.condaInterface)
233 238
234 # Generate the virtual environment manager 239 # Generate the virtual environment manager
235 from VirtualEnv.VirtualenvManager import VirtualenvManager 240 from VirtualEnv.VirtualenvManager import VirtualenvManager
236 self.virtualenvManager = VirtualenvManager(self) 241 self.virtualenvManager = VirtualenvManager(self)
237 # register it early because it is needed very soon 242 # register it early because it is needed very soon

eric ide

mercurial