Home
last modified time | relevance | path

Searched refs:MergeNotSupportedError (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/compare-locales/compare_locales/tests/
H A Dtest_merge_unknown.py7 from compare_locales.merge import merge_channels, MergeNotSupportedError
20 with self.assertRaisesRegexp(MergeNotSupportedError, pattern):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/tests/merge/
H A Dtest_unknown.py8 from compare_locales.merge import merge_channels, MergeNotSupportedError
21 with six.assertRaisesRegex(self, MergeNotSupportedError, pattern):
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/compare-locales/compare_locales/
H A Dmerge.py15 class MergeNotSupportedError(ValueError): class
23 raise MergeNotSupportedError(
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/
H A Dmerge.py28 class MergeNotSupportedError(ValueError): class
36 raise MergeNotSupportedError(
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/
H A Dmerge.py28 class MergeNotSupportedError(ValueError): class
36 raise MergeNotSupportedError(
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/
H A Dmerge.py28 class MergeNotSupportedError(ValueError): class
36 raise MergeNotSupportedError(
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/
H A Dmerge.py28 class MergeNotSupportedError(ValueError): class
36 raise MergeNotSupportedError(
/dports/www/firefox-esr/firefox-91.8.0/python/l10n/mozxchannel/
H A D__init__.py154 except merge.MergeNotSupportedError:
/dports/www/firefox/firefox-99.0/python/l10n/mozxchannel/
H A D__init__.py163 except merge.MergeNotSupportedError:
/dports/mail/thunderbird/thunderbird-91.8.0/python/l10n/mozxchannel/
H A D__init__.py154 except merge.MergeNotSupportedError: