175 """ |
175 """ |
176 from WebBrowser.SpellCheck.ManageDictionariesDialog import ( |
176 from WebBrowser.SpellCheck.ManageDictionariesDialog import ( |
177 ManageDictionariesDialog |
177 ManageDictionariesDialog |
178 ) |
178 ) |
179 dlg = ManageDictionariesDialog(self.__writeableDirectories, self) |
179 dlg = ManageDictionariesDialog(self.__writeableDirectories, self) |
180 dlg.exec_() |
180 dlg.exec() |
181 |
181 |
182 self.__populateDictionariesList() |
182 self.__populateDictionariesList() |
183 |
183 |
184 |
184 |
185 def create(dlg): |
185 def create(dlg): |