Skip to content

Commit

Permalink
Merge pull request #1108 from stuartgunter/master
Browse files Browse the repository at this point in the history
Added NO_ACCESS const
  • Loading branch information
max-wittig committed Jul 2, 2020
2 parents 12a40cc + dab4d0a commit 3a76d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/const.py
Expand Up @@ -15,6 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

NO_ACCESS = 0
GUEST_ACCESS = 10
REPORTER_ACCESS = 20
DEVELOPER_ACCESS = 30
Expand Down

0 comments on commit 3a76d91

Please sign in to comment.