diff options
author | hardythe1 | 2014-07-07 12:07:16 +0530 |
---|---|---|
committer | hardythe1 | 2014-07-07 12:07:16 +0530 |
commit | 238dad8a15639de450ab63738973240b151f1171 (patch) | |
tree | 7d39137bf1b7002ac188235ed852ca0500e2ba72 /tbc | |
parent | 68349142308247c86c80667a8c515aa77e50ef2b (diff) | |
download | Python-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.tar.gz Python-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.tar.bz2 Python-TBC-Interface-238dad8a15639de450ab63738973240b151f1171.zip |
removing local as it is no longer required
Diffstat (limited to 'tbc')
-rwxr-xr-x | tbc/views.py | 1 |
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 |