From 8e06cee7b1fea13d121d2d0677b0a8e3ea7f2e38 Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 18 Oct 2016 12:00:10 +0530 Subject: changed comment spacing --- yaksh/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaksh/models.py b/yaksh/models.py index 82b9fff..c4a280a 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -340,7 +340,7 @@ class Question(models.Model): q_file = os.path.join(path, file_name) if os.path.exists(q_file): que_file = open(q_file, 'r') - #Converting to Python file object with + # Converting to Python file object with # some Django-specific additions django_file = File(que_file) file_upload = FileUpload() -- cgit