summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/readcd.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-irix5/readcd.py')
-rwxr-xr-xLib/plat-irix5/readcd.py2
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()