In soc.views.models.user module fix too long line. Delete unused email variable,...
commit40808251d0344f32e177b3b357026cef5a156805
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 22:50:27 +0000 (10 22:50 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 22:50:27 +0000 (10 22:50 +0000)
tree9157a9ca4731e8f63591303b9f9a1aecfa04ebf6
parenta38e9b9cead3b0665e4e932b504ad90dc845b026
In soc.views.models.user module fix too long line. Delete unused email variable, add missing doc and rename self method and global variable to editSelf and edit_self so it's not confused with "self" used in classes and there is no outerscope variable name overwriting anymore.

Patch by: Pawel Solyga
app/soc/views/models/user.py