Remove useless constants

Change-Id: I380dc0ebce2af0636a9bab5901aa9abdae4eb320
This commit is contained in:
Cedric Brandily 2014-08-16 13:13:42 +02:00
parent 499a2f3dbc
commit 9b9c47f0a2

View File

@ -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")