diff options
Diffstat (limited to 'Lib/plat-irix5/readcd.py')
-rwxr-xr-x | Lib/plat-irix5/readcd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-irix5/readcd.py b/Lib/plat-irix5/readcd.py index 6fe21a7..23c00ed 100755 --- a/Lib/plat-irix5/readcd.py +++ b/Lib/plat-irix5/readcd.py @@ -21,7 +21,7 @@ def _dopnum(self, cb_type, data): if func: func(arg, cb_type, data) -class Readcd(): +class Readcd: def init(self, *arg): if len(arg) == 0: self.player = cd.open() |