]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Uniformly replaced init() functions by __init__() constructors.
authorGuido van Rossum <guido@python.org>
Fri, 17 Dec 1993 15:11:41 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Dec 1993 15:11:41 +0000 (15:11 +0000)
commit21a3ff9d5d9d8cad0bc52cb603df93d38e139840
tree533c4f8e2a23ecaa6099c868035b1463881ff1a7
parent96b608cf6ddb4c7b670c15a365ed8b14accd5d37
Uniformly replaced init() functions by __init__() constructors.
A few simple things seem to work, I haven't tested it thouroughly
though...
27 files changed:
Demo/sgi/video/DisplayVideoIn.py
Demo/sgi/video/Dsend.py
Demo/sgi/video/LiveVideoIn.py
Demo/sgi/video/LiveVideoOut.py
Demo/sgi/video/OldVcopy.py
Demo/sgi/video/VCR.py
Demo/sgi/video/VFile.py
Demo/sgi/video/VGrabber.py
Demo/sgi/video/Vb.py
Demo/sgi/video/Vcopy.py
Demo/sgi/video/VcrIndex.py
Demo/sgi/video/Vedit.py
Demo/sgi/video/Vfix.py
Demo/sgi/video/Viewer.py
Demo/sgi/video/Vinfo.py
Demo/sgi/video/Vmkjpeg.py
Demo/sgi/video/Vplay.py
Demo/sgi/video/Vrec.py
Demo/sgi/video/Vrecb.py
Demo/sgi/video/Vreceive.py
Demo/sgi/video/Vsend.py
Demo/sgi/video/Vtime.py
Demo/sgi/video/Vunjpeg.py
Demo/sgi/video/aplay.py
Demo/sgi/video/imgconv.py
Demo/sgi/video/rgb2video.py
Demo/sgi/video/video2rgb.py