]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Newss class style
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 8 Jun 1993 12:47:06 +0000 (12:47 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 8 Jun 1993 12:47:06 +0000 (12:47 +0000)
Demo/sgi/video/VCR.py

index dda26015ef851db43794dd899a5e9e2302885961..ea123cbdfcdde230ba9976989b5cbc54ecd2e28f 100755 (executable)
@@ -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