mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
ctypes generation file : meta.py is now one-line per entry for better git-diff
This commit is contained in:
@@ -5,6 +5,7 @@ import re
|
||||
import glob
|
||||
import textwrap
|
||||
import StringIO
|
||||
import pprint
|
||||
|
||||
import shutil
|
||||
|
||||
@@ -638,7 +639,7 @@ class MetaFileGenerator(NoTemplatedGenerator):
|
||||
def generate(self):
|
||||
|
||||
for name, modname, exports in self.modules:
|
||||
self.emitline("{0} = {1}".format(name, exports))
|
||||
self.emitline("{0} = {1}".format(name, pprint.pformat(exports)))
|
||||
|
||||
self.emitline(META_WALKER)
|
||||
|
||||
|
||||
+14204
-6
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user