mend
This commit is contained in:
parent
4b4770280d
commit
2bf92b3be9
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue