Add missing blank lines, clean up the doc string and remove white spaces at the end of the lines in reflistprop.
Patch by: Pawel Solyga
Review by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^setlang/$', 'django.views.i18n.set_language'),)