summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/readcd.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-05-24 14:16:22 (GMT)
committerGuido van Rossum <guido@python.org>1993-05-24 14:16:22 (GMT)
commitd316607732aa70361d5793f6b301b70fab7ca367 (patch)
treed87376c3075042ebffdbf8bb13416f8055a5fd13 /Lib/plat-irix5/readcd.py
parentb3f7258f14cb2f3e52236a4087ed82541a173e7b (diff)
downloadcpython-d316607732aa70361d5793f6b301b70fab7ca367.zip
cpython-d316607732aa70361d5793f6b301b70fab7ca367.tar.gz
cpython-d316607732aa70361d5793f6b301b70fab7ca367.tar.bz2
* ftplib.py: added abort() command (sends oob data).
* Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
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()