diff options
-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 |