ProjectDjango/ConfigurationPage/DjangoPage.py

changeset 169
b8f263e05c39
parent 168
c6182aab51e9
child 172
ea7980ded4f3
equal deleted inserted replaced
168:c6182aab51e9 169:b8f263e05c39
32 """ 32 """
33 Constructor 33 Constructor
34 34
35 @param plugin reference to the plugin object 35 @param plugin reference to the plugin object
36 """ 36 """
37 super(DjangoPage, self).__init__() 37 super().__init__()
38 self.setupUi(self) 38 self.setupUi(self)
39 self.setObjectName("DjangoPage") 39 self.setObjectName("DjangoPage")
40 40
41 self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open")) 41 self.virtualEnvPy3Button.setIcon(UI.PixmapCache.getIcon("open"))
42 self.translationsButton.setIcon(UI.PixmapCache.getIcon("open")) 42 self.translationsButton.setIcon(UI.PixmapCache.getIcon("open"))

eric ide

mercurial