summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-07-07 12:07:16 +0530
committerhardythe12014-07-07 12:07:16 +0530
commit238dad8a15639de450ab63738973240b151f1171 (patch)
tree7d39137bf1b7002ac188235ed852ca0500e2ba72
parent68349142308247c86c80667a8c515aa77e50ef2b (diff)
downloadPython-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.tar.gz
Python-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.tar.bz2
Python-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.zip
removing local as it is no longer required
-rwxr-xr-xtbc/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py
index a54f90d..b178e08 100755
--- a/tbc/views.py
+++ b/tbc/views.py
@@ -4,7 +4,6 @@ from django.core.context_processors import csrf
from django.contrib.auth import authenticate, login, logout
from models import *
from tbc.forms import *
-from local import *
import os
import zipfile
import StringIO