mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -6,8 +6,8 @@ import cd
|
|||
from test_support import verbose
|
||||
|
||||
cdattrs = ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYING', 'READY',
|
||||
'STILL', '__doc__', '__name__', 'atime', 'audio', 'catalog', 'control', 'createparser', 'error',
|
||||
'ident', 'index', 'msftoframe', 'open', 'pnum', 'ptime']
|
||||
'STILL', '__doc__', '__name__', 'atime', 'audio', 'catalog', 'control', 'createparser', 'error',
|
||||
'ident', 'index', 'msftoframe', 'open', 'pnum', 'ptime']
|
||||
|
||||
|
||||
# This is a very inobstrusive test for the existance of the cd module and all it's
|
||||
|
@ -17,10 +17,10 @@ cdattrs = ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYI
|
|||
def main():
|
||||
# touch all the attributes of cd without doing anything
|
||||
if verbose:
|
||||
print 'Touching cd module attributes...'
|
||||
print 'Touching cd module attributes...'
|
||||
for attr in cdattrs:
|
||||
if verbose:
|
||||
print 'touching: ', attr
|
||||
getattr(cd, attr)
|
||||
if verbose:
|
||||
print 'touching: ', attr
|
||||
getattr(cd, attr)
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue