diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-11 19:46:34 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-08-11 19:48:53 +0200 |
| commit | 2ced9d0717ee84169f9b1f190fb6694e1134572d (patch) | |
| tree | 3b16cf6cf9bd11b1c205eeee7037deb5a5bb128a /gitlab/__init__.py | |
| parent | 23b2a3072238546da2a2f8e48ce09db85a59feef (diff) | |
| download | gitlab-2ced9d0717ee84169f9b1f190fb6694e1134572d.tar.gz | |
Move the constants at the gitlab root level
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 c672c23..0109935 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -28,6 +28,7 @@ import requests import six import gitlab.config +from gitlab.const import * # noqa from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa |
