Skip to content

Commit 3a76d91

Browse files
authored
Merge pull request #1108 from stuartgunter/master
Added NO_ACCESS const
2 parents 12a40cc + dab4d0a commit 3a76d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# You should have received a copy of the GNU Lesser General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18+
NO_ACCESS = 0
1819
GUEST_ACCESS = 10
1920
REPORTER_ACCESS = 20
2021
DEVELOPER_ACCESS = 30

0 commit comments

Comments
 (0)