summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 3ef5dff..3875cc8 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -109,6 +109,7 @@ class Gitlab(object):
snippets
user_projects (UserProjectManager): Manager for GitLab projects users
projects (ProjectManager): Manager for GitLab projects
+ settings (ApplicationSettingsManager): manager for the Gitlab settings
team_members (TeamMemberManager): Manager for GitLab teams members
team_projects (TeamProjectManager): Manager for GitLab teams projects
teams (TeamManager): Manager for GitLab teams