359 Public method to restore the default search engines. |
359 Public method to restore the default search engines. |
360 """ |
360 """ |
361 from .OpenSearchReader import OpenSearchReader |
361 from .OpenSearchReader import OpenSearchReader |
362 from .DefaultSearchEngines import DefaultSearchEngines_rc # __IGNORE_WARNING__ |
362 from .DefaultSearchEngines import DefaultSearchEngines_rc # __IGNORE_WARNING__ |
363 |
363 |
364 defaultEngineFiles = ["YouTube.xml", "Amazoncom.xml", "Bing.xml", |
364 defaultEngineFiles = ["YouTube.xml", "Amazoncom.xml", "Bing.xml", |
365 "DeEn_Beolingus.xml", "Facebook.xml", |
365 "DeEn_Beolingus.xml", "Facebook.xml", |
366 "Google_Im_Feeling_Lucky.xml", "Google.xml", |
366 "Google_Im_Feeling_Lucky.xml", "Google.xml", |
367 "LEO_DeuEng.xml", "LinuxMagazin.xml", |
367 "LEO_DeuEng.xml", "LinuxMagazin.xml", |
368 "Reddit.xml", "Wikia_en.xml", "Wikia.xml", |
368 "Reddit.xml", "Wikia_en.xml", "Wikia.xml", |
369 "Wikipedia.xml", "Wiktionary.xml", "Yahoo.xml"] |
369 "Wikipedia.xml", "Wiktionary.xml", "Yahoo.xml"] |
370 # Keep this list in sync with the contents of the resource file. |
370 # Keep this list in sync with the contents of the resource file. |