mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Mass check-in after untabifying all files that need it.
This commit is contained in:
parent
cd0f59ea08
commit
41360a4696
36 changed files with 919 additions and 919 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue