ref: 746d14b2100cb11267b196764a4026b54a085efd
parent: c7d3c2aee99a17a8abbded2bcec177559ffded19
author: Paul Brossier <piem@piem.org>
date: Thu Mar 23 12:36:20 EDT 2017
this_version.py: remove global, not needed
--- a/this_version.py
+++ b/this_version.py
@@ -9,7 +9,6 @@
# read from VERSION
# return dictionary filled with content of version
- global __version_info
if not __version_info:
this_file_dir = os.path.dirname(os.path.abspath(__file__))
version_file = os.path.join(this_file_dir, 'VERSION')