diff options
Diffstat (limited to 'gitlab/const.py')
-rw-r--r-- | gitlab/const.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py index 36e3c1a..f944e99 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -18,6 +18,8 @@ from gitlab.__version__ import __title__, __version__ +DEFAULT_URL = "https://gitlab.com" + NO_ACCESS = 0 MINIMAL_ACCESS = 5 GUEST_ACCESS = 10 |