summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-04-05 23:43:34 +0200
committerNejc Habjan <hab.nejc@gmail.com>2020-04-05 23:43:34 +0200
commit847da6063b4c63c8133e5e5b5b45e5b4f004bdc4 (patch)
tree439b9f59c766331bdd8da4d77e3415fb337acc91 /gitlab/v4/objects.py
parent8c3d744ec6393ad536b565c94f120b3e26b6f3e8 (diff)
downloadgitlab-feat/group-import-export.tar.gz
chore: rename ExportMixin to DownloadMixinfeat/group-import-export
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 02e6981..09160c8 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -991,7 +991,7 @@ class GroupEpicManager(CRUDMixin, RESTManager):
_types = {"labels": types.ListAttribute}
-class GroupExport(ExportMixin, RESTObject):
+class GroupExport(DownloadMixin, RESTObject):
_id_attr = None
@@ -4147,7 +4147,7 @@ class ProjectWikiManager(CRUDMixin, RESTManager):
_list_filters = ("with_content",)
-class ProjectExport(ExportMixin, RefreshMixin, RESTObject):
+class ProjectExport(DownloadMixin, RefreshMixin, RESTObject):
_id_attr = None