summaryrefslogtreecommitdiffstats
path: root/gluster/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/__init__.py')
-rw-r--r--gluster/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gluster/__init__.py b/gluster/__init__.py
index 4562ec8..351a4f3 100644
--- a/gluster/__init__.py
+++ b/gluster/__init__.py
@@ -41,9 +41,7 @@ class PkgInfo(object):
return '%s-dev' % (self.canonical_version,)
-###
-### Change the Package version here
-###
+# Change the Package version here
_pkginfo = PkgInfo('0.0.1', '0', 'python-libgfapi', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version