diff options
author | ankitjavalkar | 2018-04-06 15:37:31 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-04-06 15:49:01 +0530 |
commit | 3847021649a1abc2a7ccf589759aee9a84f2915d (patch) | |
tree | ec9d8dd211296c22a0b3d731bc03c6267fa8cdb8 /yaksh/decorators.py | |
parent | ef5f9a8029ec19d0a039fff821106651aea9c426 (diff) | |
download | online_test-3847021649a1abc2a7ccf589759aee9a84f2915d.tar.gz online_test-3847021649a1abc2a7ccf589759aee9a84f2915d.tar.bz2 online_test-3847021649a1abc2a7ccf589759aee9a84f2915d.zip |
Remove unused render_to_response imports in views and decorators
Diffstat (limited to 'yaksh/decorators.py')
-rw-r--r-- | yaksh/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/decorators.py b/yaksh/decorators.py index 0234f2f..4b886a3 100644 --- a/yaksh/decorators.py +++ b/yaksh/decorators.py @@ -1,4 +1,4 @@ -from django.shortcuts import render, render_to_response, redirect +from django.shortcuts import render, redirect from django.conf import settings from django.template import RequestContext |