From ed6657802967aa9c32816cf38193acd16dba84e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid.ibp@gmail.com> Date: Sun, 17 Feb 2013 22:46:11 +0100 Subject: [PATCH] Remove __libgit2_version__ because it is a dup We already have LIBGIT2_VERSION --- pygit2/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pygit2/__init__.py b/pygit2/__init__.py index b48f15d..6a0e24b 100644 --- a/pygit2/__init__.py +++ b/pygit2/__init__.py @@ -28,5 +28,3 @@ from .version import __version__ from _pygit2 import * import pygit2.utils - -__libgit2_version__ = LIBGIT2_VERSION