diff --git a/gitlab/const.py b/gitlab/const.py index aef4a401b..7791a39b3 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . +NO_ACCESS = 0 GUEST_ACCESS = 10 REPORTER_ACCESS = 20 DEVELOPER_ACCESS = 30