summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 7c7a865..e98df7e 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -702,6 +702,7 @@ class CurrentUser(GitlabObject):
('keys', CurrentUserKeyManager, [('user_id', 'id')])
)
+
class ApplicationSettings(GitlabObject):
_url = '/application/settings'
_id_in_update_url = False