mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Whilespace normalization (reindint.py).
This commit is contained in:
parent
17a35f906c
commit
584b0e0c3d
31 changed files with 53 additions and 314 deletions
|
|
@ -14,7 +14,7 @@ class Extension(_Extension):
|
|||
"""Extension that uses '.c' files in place of '.pyx' files"""
|
||||
|
||||
if not have_pyrex:
|
||||
# convert .pyx extensions to .c
|
||||
# convert .pyx extensions to .c
|
||||
def __init__(self,*args,**kw):
|
||||
_Extension.__init__(self,*args,**kw)
|
||||
sources = []
|
||||
|
|
@ -33,4 +33,3 @@ class Library(Extension):
|
|||
distutils.extension.Extension = Extension
|
||||
if 'distutils.command.build_ext' in sys.modules:
|
||||
sys.modules['distutils.command.build_ext'].Extension = Extension
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue