Helpviewer/OpenSearch/OpenSearchManager.py

changeset 3034
7ce719013078
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
357 Public method to restore the default search engines. 357 Public method to restore the default search engines.
358 """ 358 """
359 from .OpenSearchReader import OpenSearchReader 359 from .OpenSearchReader import OpenSearchReader
360 from .DefaultSearchEngines import DefaultSearchEngines_rc # __IGNORE_WARNING__ 360 from .DefaultSearchEngines import DefaultSearchEngines_rc # __IGNORE_WARNING__
361 361
362 defaultEngineFiles = ["YouTube.xml", "Amazoncom.xml", "Bing.xml", 362 defaultEngineFiles = ["YouTube.xml", "Amazoncom.xml", "Bing.xml",
363 "DeEn_Beolingus.xml", "Facebook.xml", 363 "DeEn_Beolingus.xml", "Facebook.xml",
364 "Google_Im_Feeling_Lucky.xml", "Google.xml", 364 "Google_Im_Feeling_Lucky.xml", "Google.xml",
365 "LEO_DeuEng.xml", "LinuxMagazin.xml", 365 "LEO_DeuEng.xml", "LinuxMagazin.xml",
366 "Reddit.xml", "Wikia_en.xml", "Wikia.xml", 366 "Reddit.xml", "Wikia_en.xml", "Wikia.xml",
367 "Wikipedia.xml", "Wiktionary.xml", "Yahoo.xml"] 367 "Wikipedia.xml", "Wiktionary.xml", "Yahoo.xml"]
368 # Keep this list in sync with the contents of the resource file. 368 # Keep this list in sync with the contents of the resource file.

eric ide

mercurial