Helpviewer/OpenSearch/OpenSearchManager.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
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.

eric ide

mercurial