Behzad Tabibian 10 lat temu
rodzic
commit
2bf92b3be9
1 zmienionych plików z 1 dodań i 1 usunięć
  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:
   with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
-    exec(version_file.read(),globals())
+    exec(version_file.read(), globals())
     return __version__
     return __version__