From 7481ac647eb08b29636041ce717fe7ac512a7562 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 5 Jun 2014 18:44:08 +0530 Subject: Fixed indentation. --- testapp/exam/forms.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testapp') diff --git a/testapp/exam/forms.py b/testapp/exam/forms.py index 26d9a2d..b606224 100644 --- a/testapp/exam/forms.py +++ b/testapp/exam/forms.py @@ -13,13 +13,13 @@ from string import letters, punctuation, digits import datetime QUESTION_TYPE_CHOICES = ( - ("python", "Python"), - ("bash", "Bash"), - ("mcq", "MCQ"), - ("C", "C Language"), - ("C++", "C++ Language"), - ("java", "Java Language"), - ("scilab", "Scilab"), + ("python", "Python"), + ("bash", "Bash"), + ("mcq", "MCQ"), + ("C", "C Language"), + ("C++", "C++ Language"), + ("java", "Java Language"), + ("scilab", "Scilab"), ) UNAME_CHARS = letters + "._" + digits -- cgit