diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-05 23:43:34 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-05 23:43:34 +0200 |
commit | 847da6063b4c63c8133e5e5b5b45e5b4f004bdc4 (patch) | |
tree | 439b9f59c766331bdd8da4d77e3415fb337acc91 /gitlab/mixins.py | |
parent | 8c3d744ec6393ad536b565c94f120b3e26b6f3e8 (diff) | |
download | gitlab-feat/group-import-export.tar.gz |
chore: rename ExportMixin to DownloadMixinfeat/group-import-export
Diffstat (limited to 'gitlab/mixins.py')
-rw-r--r-- | gitlab/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/mixins.py b/gitlab/mixins.py index 3053427..9c00c32 100644 --- a/gitlab/mixins.py +++ b/gitlab/mixins.py @@ -443,7 +443,7 @@ class AccessRequestMixin(object): self._update_attrs(server_data) -class ExportMixin(object): +class DownloadMixin(object): @cli.register_custom_action(("GroupExport", "ProjectExport")) @exc.on_http_error(exc.GitlabGetError) def download(self, streamed=False, action=None, chunk_size=1024, **kwargs): |