Behzad Tabibian %!s(int64=10) %!d(string=hai) anos
pai
achega
2bf92b3be9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      python/setup.py

+ 1 - 1
python/setup.py

@@ -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__