summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvainpocentek@gmail.com>2018-10-07 07:21:24 +0200
committerGitHub <noreply@github.com>2018-10-07 07:21:24 +0200
commit5ff2608f3eef773f06d3b1c70c2317a96f53a4b4 (patch)
tree40573b0dd18cb11ff6a8e1cf5e49571f342242a4 /gitlab
parent32b5122d14d32c06c7db3a2923fe56a6331562e5 (diff)
parentc38775a5d52620a9c2d506d7b0952ea7ef0a11fc (diff)
downloadgitlab-5ff2608f3eef773f06d3b1c70c2317a96f53a4b4.tar.gz
Merge pull request #607 from python-gitlab/refactor/rename-variable
refactor: rename MASTER_ACCESS
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/const.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/const.py b/gitlab/const.py
index e4766d5..62f2403 100644
--- a/gitlab/const.py
+++ b/gitlab/const.py
@@ -18,7 +18,8 @@
GUEST_ACCESS = 10
REPORTER_ACCESS = 20
DEVELOPER_ACCESS = 30
-MASTER_ACCESS = 40
+MAINTAINER_ACCESS = 40
+MASTER_ACCESS = MAINTAINER_ACCESS
OWNER_ACCESS = 50
VISIBILITY_PRIVATE = 0