mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Mass check-in after untabifying all files that need it.
This commit is contained in:
parent
cd0f59ea08
commit
41360a4696
36 changed files with 919 additions and 919 deletions
|
@ -69,10 +69,10 @@ clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',
|
|||
def main():
|
||||
# touch all the attributes of al without doing anything
|
||||
if verbose:
|
||||
print 'Touching cl module attributes...'
|
||||
print 'Touching cl module attributes...'
|
||||
for attr in clattrs:
|
||||
if verbose:
|
||||
print 'touching: ', attr
|
||||
getattr(cl, attr)
|
||||
if verbose:
|
||||
print 'touching: ', attr
|
||||
getattr(cl, attr)
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue