mirror of
https://github.com/python/cpython.git
synced 2025-11-10 10:32:04 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
|
@ -6,13 +6,13 @@
|
|||
import string
|
||||
|
||||
# Declarations that change for each manager
|
||||
MACHEADERFILE = 'Folders.h' # The Apple header file
|
||||
MODNAME = '_Folder' # The name of the module
|
||||
MACHEADERFILE = 'Folders.h' # The Apple header file
|
||||
MODNAME = '_Folder' # The name of the module
|
||||
|
||||
# The following is *usually* unchanged but may still require tuning
|
||||
MODPREFIX = 'Folder' # The prefix for module-wide routines
|
||||
MODPREFIX = 'Folder' # The prefix for module-wide routines
|
||||
INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
|
||||
OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
|
||||
OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
|
||||
|
||||
from macsupport import *
|
||||
|
||||
|
|
@ -54,4 +54,3 @@
|
|||
# generate output (open the output file as late as possible)
|
||||
SetOutputFileName(OUTPUTFILE)
|
||||
module.generate()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue