commit | 41360a4696f488e49e5409b3b1baf1fff6ae0044 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Mar 26 19:42:58 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Mar 26 19:42:58 1998 +0000 |
tree | 9c9b73b7446cc9fc36e09038bf26d889bb5b6f24 | |
parent | cd0f59ea0824ad6f897f05c2db4d4471e47e6063 [diff] [blame] |
Mass check-in after untabifying all files that need it.
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index b1e2ae7..a693d8b 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py
@@ -4,7 +4,7 @@ class Eggs: def get_yolks(self): - return self.yolks + return self.yolks print 'new.module()' m = new.module('Spam')