summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1993-05-25 10:40:23 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1993-05-25 10:40:23 (GMT)
commit66338ec1b7a7320daa6f8cd8a8bddbd2c5dc8397 (patch)
treed94c7b6e93d210f64ee44a5882b760b2e4089db2 /Demo
parenteb6b33a837a180221b635331e005f990024bdb30 (diff)
downloadcpython-66338ec1b7a7320daa6f8cd8a8bddbd2c5dc8397.zip
cpython-66338ec1b7a7320daa6f8cd8a8bddbd2c5dc8397.tar.gz
cpython-66338ec1b7a7320daa6f8cd8a8bddbd2c5dc8397.tar.bz2
New class syntax
Diffstat (limited to 'Demo')
-rwxr-xr-xDemo/sgi/video/imgconv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/imgconv.py b/Demo/sgi/video/imgconv.py
index f22c06c..08bc7af 100755
--- a/Demo/sgi/video/imgconv.py
+++ b/Demo/sgi/video/imgconv.py
@@ -130,7 +130,7 @@ def instantiate_converter(args):
args.append(cl.convert)
return args
-class RtConverters():
+class RtConverters:
def init(self, list):
self.list = list
return self