This commit is contained in:
Behzad Tabibian 2015-05-07 19:04:56 +02:00
parent 4b4770280d
commit 2bf92b3be9

View file

@ -52,7 +52,7 @@ def GetVersion():
"""
with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
exec(version_file.read(),globals())
exec(version_file.read(), globals())
return __version__