Changeset View
Changeset View
Standalone View
Standalone View
bin/sync-l10n
Show All 11 Lines | |||||
script = os.path.realpath(sys.argv[0]) | script = os.path.realpath(sys.argv[0]) | ||||
scap_src = os.path.dirname(os.path.dirname(script)) | scap_src = os.path.dirname(os.path.dirname(script)) | ||||
sys.path.append(scap_src) | sys.path.append(scap_src) | ||||
import scap | import scap | ||||
out = scap.utils.deprecated_script('Try `scap sync-l10n`') | out = scap.utils.deprecated_script('Try `scap sync-l10n`') | ||||
sys.stderr.write(out) | sys.stderr.write(out) | ||||
sys.exit(1) | |||||
scap.cli.Application.run(script=scap.SyncL10n) |
Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL