summaryrefslogtreecommitdiff
path: root/gitlab/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/const.py')
-rw-r--r--gitlab/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py
index 0d2f421..bdd3d73 100644
--- a/gitlab/const.py
+++ b/gitlab/const.py
@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
NO_ACCESS = 0
+MINIMAL_ACCESS = 5
GUEST_ACCESS = 10
REPORTER_ACCESS = 20
DEVELOPER_ACCESS = 30