Changeset 391 for python/trunk/Lib/test/test_cd.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_cd.py
r2 r391 3 3 Roger E. Masse 4 4 """ 5 import cd 6 from test.test_support import verbose 5 from test.test_support import verbose, import_module 6 7 cd = import_module('cd') 7 8 8 9 cdattrs = ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYING', 'READY',
Note:
See TracChangeset
for help on using the changeset viewer.