From: Jack Jansen Date: Tue, 25 May 1993 10:40:23 +0000 (+0000) Subject: New class syntax X-Git-Tag: v0.9.9~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66338ec1b7a7320daa6f8cd8a8bddbd2c5dc8397;p=thirdparty%2FPython%2Fcpython.git New class syntax --- diff --git a/Demo/sgi/video/imgconv.py b/Demo/sgi/video/imgconv.py index f22c06cb11d5..08bc7afee6a6 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