diff options
Diffstat (limited to 'Demo/sgi/video/VCR.py')
-rwxr-xr-x | Demo/sgi/video/VCR.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py index 8fa87b0..0e2edc6 100755 --- a/Demo/sgi/video/VCR.py +++ b/Demo/sgi/video/VCR.py @@ -142,13 +142,12 @@ MUTE_AV_OFF = EXP_7 + '\xc7' DEBUG=0 class VCR: - def init(self): + def __init__(self): self.ifp, self.ofp = initline(DEVICE) self.busy_cmd = None self.async = 0 self.cb = None self.cb_arg = None - return self def _check(self): if self.busy_cmd: |