diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 00:26:38 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 00:26:38 +0100 |
commit | 1d7dc2ca5db0119e01547cd7b01fb77720450d1c (patch) | |
tree | bc39b446f56658105cf120e429cac654ac0f92ff /module/web/pyload/views.py | |
parent | set +x mode (diff) | |
download | pyload-1d7dc2ca5db0119e01547cd7b01fb77720450d1c.tar.xz |
cleaned
Diffstat (limited to 'module/web/pyload/views.py')
-rw-r--r-- | module/web/pyload/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py index 0cdc87873..904e312e7 100644 --- a/module/web/pyload/views.py +++ b/module/web/pyload/views.py @@ -1,7 +1,6 @@ # Create your views here. import mimetypes from django.http import HttpResponse -from django.http import HttpResponseRedirect from django.http import HttpResponseNotFound from django.conf import settings from django.shortcuts import render_to_response |