diff options
author | adityacp | 2016-10-18 12:00:10 +0530 |
---|---|---|
committer | adityacp | 2016-10-18 12:00:10 +0530 |
commit | 8e06cee7b1fea13d121d2d0677b0a8e3ea7f2e38 (patch) | |
tree | 93295b76306c26d08f57811abe65067b9b76fd4b /yaksh | |
parent | 4371bacf65cf6f174d0827b77efb8eecebee78a4 (diff) | |
download | online_test-8e06cee7b1fea13d121d2d0677b0a8e3ea7f2e38.tar.gz online_test-8e06cee7b1fea13d121d2d0677b0a8e3ea7f2e38.tar.bz2 online_test-8e06cee7b1fea13d121d2d0677b0a8e3ea7f2e38.zip |
changed comment spacing
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |