diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1993-06-08 12:47:06 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1993-06-08 12:47:06 +0000 |
commit | a1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19 (patch) | |
tree | a343ec3a5e6d9ab26564c21de71efa534f5ab5f8 /Demo/sgi | |
parent | db392b9b297439752faff9a0656cc3f552995e7a (diff) | |
download | cpython-git-a1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19.tar.gz |
Newss class style
Diffstat (limited to 'Demo/sgi')
-rwxr-xr-x | Demo/sgi/video/VCR.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py index dda26015ef..ea123cbdfc 100755 --- a/Demo/sgi/video/VCR.py +++ b/Demo/sgi/video/VCR.py @@ -100,7 +100,7 @@ DM_SET=EXP_8 + '\xc4' FWD_SHUTTLE='\xb5' REV_SHUTTLE='\xb6' -class VCR(): +class VCR: def init(self): self.ifp, self.ofp = initline(DEVICE) return self |