diff options
author | Guido van Rossum <guido@python.org> | 2000-10-09 22:14:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-10-09 22:14:43 (GMT) |
commit | e8d2f5589bdbe8988c97b2f8bb265f1aca2b4193 (patch) | |
tree | 8b8ae34d003bfe1c40c79f7676a698c1d7823005 /Lib/dos-8x3/test_cla.py | |
parent | eebb1c6cd1a1fe895305ca0f88ec949df9708773 (diff) | |
download | cpython-e8d2f5589bdbe8988c97b2f8bb265f1aca2b4193.zip cpython-e8d2f5589bdbe8988c97b2f8bb265f1aca2b4193.tar.gz cpython-e8d2f5589bdbe8988c97b2f8bb265f1aca2b4193.tar.bz2 |
The usual.
Diffstat (limited to 'Lib/dos-8x3/test_cla.py')
-rw-r--r-- | Lib/dos-8x3/test_cla.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_cla.py b/Lib/dos-8x3/test_cla.py index 1fc9971..43c1d3b 100644 --- a/Lib/dos-8x3/test_cla.py +++ b/Lib/dos-8x3/test_cla.py @@ -71,7 +71,7 @@ class AllTests: def __hash__(self, *args): print "__hash__:", args - return id(self) + return hash(id(self)) def __str__(self, *args): print "__str__:", args |