1 Star 0 Fork 31

zhangbirong/third_party_wayland_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python3_action.py 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
lei 提交于 2021-06-09 21:08 +08:00 . 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:]))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang_bi_rong666/third_party_wayland_standard.git
git@gitee.com:zhang_bi_rong666/third_party_wayland_standard.git
zhang_bi_rong666
third_party_wayland_standard
third_party_wayland_standard
master

搜索帮助

371d5123 14472233 46e8bd33 14472233