Helpviewer/SpeedDial/SpeedDial.py

changeset 1700
40c911b8c0dd
parent 1699
10706f6ad9d2
child 1703
796e59fd5b7a
equal deleted inserted replaced
1699:10706f6ad9d2 1700:40c911b8c0dd
156 if not os.path.exists(self.__thumbnailsDirectory): 156 if not os.path.exists(self.__thumbnailsDirectory):
157 os.makedirs(self.__thumbnailsDirectory) 157 os.makedirs(self.__thumbnailsDirectory)
158 158
159 self.__load() 159 self.__load()
160 160
161 def reload(self):
162 """
163 Public method to reload the speed dial data.
164 """
165 self.__load()
166
161 def __load(self): 167 def __load(self):
162 """ 168 """
163 Private method to load the speed dial configuration. 169 Private method to load the speed dial configuration.
164 """ 170 """
165 speedDialFile = self.getFileName() 171 speedDialFile = self.getFileName()

eric ide

mercurial