home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 July
/
maximum-cd-2011-07.iso
/
DiscContents
/
LibO_3.3.2_Win_x86_install_multi.exe
/
libreoffice1.cab
/
testall.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2011-03-15
|
274 b
|
11 lines
# Backward compatibility -- you should use regrtest instead of this module.
from warnings import warnpy3k
warnpy3k("the test.testall module has been removed in Python 3.0",
stacklevel=2)
del warnpy3k
import sys, regrtest
sys.argv[1:] = ["-vv"]
regrtest.main()