From 0f9027e49ebb6a0dfb53876dd0a583e528c11fef Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Tue, 20 Jan 2009 16:00:19 +0000 Subject: [PATCH] Fix typo in settings.py (missing '>' character). Patch by: Pawel Solyga Review by: to-be-reviewed --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 2614be59..aef4a3a0 100644 --- a/app/settings.py +++ b/app/settings.py @@ -14,7 +14,7 @@ __authors__ = [ '"Augie Fackler" ', - '"Pawel Solyga" ', ] import os -- 2.11.4.GIT