summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1993-06-08 12:47:06 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1993-06-08 12:47:06 (GMT)
commita1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19 (patch)
treea343ec3a5e6d9ab26564c21de71efa534f5ab5f8 /Demo/sgi/video
parentdb392b9b297439752faff9a0656cc3f552995e7a (diff)
downloadcpython-a1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19.zip
cpython-a1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19.tar.gz
cpython-a1e1f73e2f3882fe7c86948bc2ad1c34f4e61b19.tar.bz2
Newss class style
Diffstat (limited to 'Demo/sgi/video')
-rwxr-xr-xDemo/sgi/video/VCR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/VCR.py b/Demo/sgi/video/VCR.py
index dda2601..ea123cb 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