7 Star 5 Fork 30

OpenHarmony / third_party_wayland_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
python3_action.py 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
lei 提交于 2021-06-09 21:08 . fix code spec
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Script for ensuring that a python action runs under Python3"""
import subprocess
import sys
sys.exit(subprocess.call(['python3'] + sys.argv[1:]))
1
https://gitee.com/openharmony/third_party_wayland_standard.git
git@gitee.com:openharmony/third_party_wayland_standard.git
openharmony
third_party_wayland_standard
third_party_wayland_standard
master

搜索帮助