1 Star 0 Fork 30

Goldgom/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:]))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Goldgom/third_party_wayland_standard.git
git@gitee.com:Goldgom/third_party_wayland_standard.git
Goldgom
third_party_wayland_standard
third_party_wayland_standard
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385