diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-28 09:40:01 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-02 15:41:37 +0200 |
commit | fb5782e691a11aad35e57f55af139ec4b951a225 (patch) | |
tree | 710d0b5c52fb8f55527316fa26f2b1f8c2638bba /gitlab/v4/objects.py | |
parent | 993d576ba794a29aacd56a7610e79a331789773d (diff) | |
download | gitlab-fb5782e691a11aad35e57f55af139ec4b951a225.tar.gz |
Move the mixins in their own module
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r-- | gitlab/v4/objects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 9e2574e..9f16a50 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -27,6 +27,7 @@ from six.moves import urllib import gitlab from gitlab.base import * # noqa from gitlab.exceptions import * # noqa +from gitlab.mixins import * # noqa from gitlab import utils VISIBILITY_PRIVATE = 'private' |