summaryrefslogtreecommitdiff
path: root/gitlab/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/const.py')
-rw-r--r--gitlab/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/const.py b/gitlab/const.py
index 48aa96d..2ed4fa7 100644
--- a/gitlab/const.py
+++ b/gitlab/const.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from gitlab.__version__ import __title__, __version__
+from gitlab._version import __title__, __version__
# NOTE(jlvillal): '_DEPRECATED' only affects users accessing constants via the
# top-level gitlab.* namespace. See 'gitlab/__init__.py:__getattr__()' for the