Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a926046ba6
commit
1687b025dc
|
@ -45,5 +45,3 @@ def robustApply(receiver, *arguments, **named):
|
||||||
if arg not in acceptable:
|
if arg not in acceptable:
|
||||||
del named[arg]
|
del named[arg]
|
||||||
return receiver(*arguments, **named)
|
return receiver(*arguments, **named)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue