# HG changeset patch # User Lennard de Rijk # Date 1239471641 0 # Node ID 2cbadb6efe9f69ec6edf4f1744d0f08064a0fba5 # Parent 139cd273141215915086cf5da0ad9e67797a481c Indentation fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 139cd2731412 -r 2cbadb6efe9f app/soc/views/models/student.py --- a/app/soc/views/models/student.py Sat Apr 11 16:00:03 2009 +0000 +++ b/app/soc/views/models/student.py Sat Apr 11 17:40:41 2009 +0000 @@ -161,7 +161,7 @@ def listProjects(self, request, access_type, page_name=None, params=None, **kwargs): """View that lists all of the current user's Student Projects for the - Program given as Scope. + Program given as Scope. """ from soc.views.models import student_project as project_view