diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-09 17:22:39 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-06-09 17:22:47 +0200 |
| commit | 39c8ad5a9405469370e429548e08aa475797b92b (patch) | |
| tree | 5f27f5e22bb290aba927a84df81a9453b0aa9bc5 /gitlab/__init__.py | |
| parent | 5a855fdb7f9eadc00e8b917d43a601fdc45d514a (diff) | |
| download | gitlab-39c8ad5a9405469370e429548e08aa475797b92b.tar.gz | |
Add geo nodes API support
Fixes #524
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 2159492..4cf81ea 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -105,6 +105,7 @@ class Gitlab(object): self.broadcastmessages = objects.BroadcastMessageManager(self) self.deploykeys = objects.DeployKeyManager(self) + self.geonodes = objects.GeoNodeManager(self) self.gitlabciymls = objects.GitlabciymlManager(self) self.gitignores = objects.GitignoreManager(self) self.groups = objects.GroupManager(self) |
