Ai
2 Star 0 Fork 0

mirrors_android_source/google-api-python-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sitecustomize.py 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Asmuth 提交于 2014-04-25 03:46 +08:00 . Transition apiclient from googlecode to github.
# Set up the system so that this development
# version of google-api-python-client is run, even if
# an older version is installed on the system.
#
# To make this totally automatic add the following to
# your ~/.bash_profile:
#
# export PYTHONPATH=/path/to/where/you/checked/out/googleapiclient
import sys
import os
sys.path.insert(0, os.path.dirname(__file__))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/google-api-python-client.git
git@gitee.com:mirrors_android_source/google-api-python-client.git
mirrors_android_source
google-api-python-client
google-api-python-client
main

搜索帮助