Refactor media_collect
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 21 Dec 2012 10:25:13 +0000 (11:25 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 21 Dec 2012 10:29:39 +0000 (11:29 +0100)
commitf6bc033603e43d2529806450c8800b705fa2b236
treed1ac2312c464088ca7b9e94839dcf3ee076bdd09
parent2783c659880372601d603157b17e69cab96b6b4e
Refactor media_collect

Remove lots of MOngolisms. Refactor this to remove some indentation
levels. Don't do:
 if success:
   ...
   if success:
     ....
     if success:
     ...
mediagoblin/user_pages/views.py