Mass check-in after untabifying all files that need it.

This commit is contained in:
Guido van Rossum 1998-03-26 19:42:58 +00:00
parent cd0f59ea08
commit 41360a4696
36 changed files with 919 additions and 919 deletions

View file

@ -4,7 +4,7 @@ import new
class Eggs:
def get_yolks(self):
return self.yolks
return self.yolks
print 'new.module()'
m = new.module('Spam')