Remove useless constants
Change-Id: I380dc0ebce2af0636a9bab5901aa9abdae4eb320
This commit is contained in:
parent
499a2f3dbc
commit
9b9c47f0a2
@ -54,8 +54,6 @@ UPDATE = False
|
||||
CONFIGDIR = os.path.expanduser("~/.config/git-review")
|
||||
GLOBAL_CONFIG = "/etc/git-review/git-review.conf"
|
||||
USER_CONFIG = os.path.join(CONFIGDIR, "git-review.conf")
|
||||
PYPI_URL = "http://pypi.python.org/pypi/git-review/json"
|
||||
PYPI_CACHE_TIME = 60 * 60 * 24 # 24 hours
|
||||
DEFAULTS = dict(scheme='ssh', hostname=False, port=None, project=False,
|
||||
defaultbranch='master', defaultremote="gerrit",
|
||||
defaultrebase="1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user