You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # -*- coding: utf-8 -*-
- DEFAULT_BRANCH_NAME = "master"
- HUBCONF = "hubconf.py"
- HUBDEPENDENCY = "dependencies"
- DEFAULT_GIT_HOST = "github.com"
- ENV_MGE_HOME = "MGE_HOME"
- ENV_XDG_CACHE_HOME = "XDG_CACHE_HOME"
- DEFAULT_CACHE_DIR = "~/.cache"
- DEFAULT_PROTOCOL = "HTTPS"
- HTTP_READ_TIMEOUT = 120
|