diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-01-21 18:46:27 +0100 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2020-01-22 21:19:21 +0100 |
commit | 4c4ac5ca1e5cabc4ea4b12734a7b091bc4c224b5 (patch) | |
tree | 76f64ea79d1349b904c3eb1e16ff92b770c7ae74 /gitlab/__init__.py | |
parent | afdc43f401e20550ed181d4b87829739791d2ee3 (diff) | |
download | gitlab-feat/appearance.tar.gz |
feat: add appearance APIfeat/appearance
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index b377023..9cb027b 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -129,6 +129,7 @@ class Gitlab(object): self.projects = objects.ProjectManager(self) self.runners = objects.RunnerManager(self) self.settings = objects.ApplicationSettingsManager(self) + self.appearance = objects.ApplicationAppearanceManager(self) self.sidekiq = objects.SidekiqManager(self) self.snippets = objects.SnippetManager(self) self.users = objects.UserManager(self) |