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/ajax | |
parent | set +x mode (diff) | |
download | pyload-1d7dc2ca5db0119e01547cd7b01fb77720450d1c.tar.xz |
cleaned
Diffstat (limited to 'module/web/ajax')
-rw-r--r-- | module/web/ajax/models.py | 1 | ||||
-rw-r--r-- | module/web/ajax/urls.py | 1 | ||||
-rw-r--r-- | module/web/ajax/views.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/module/web/ajax/models.py b/module/web/ajax/models.py index 71a836239..35e0d6486 100644 --- a/module/web/ajax/models.py +++ b/module/web/ajax/models.py @@ -1,3 +1,2 @@ -from django.db import models # Create your models here. diff --git a/module/web/ajax/urls.py b/module/web/ajax/urls.py index 9849004d1..2a7e109c3 100644 --- a/module/web/ajax/urls.py +++ b/module/web/ajax/urls.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- from django.conf.urls.defaults import * -from django.conf import settings urlpatterns = patterns('ajax', diff --git a/module/web/ajax/views.py b/module/web/ajax/views.py index 584ad1a0e..b09a80581 100644 --- a/module/web/ajax/views.py +++ b/module/web/ajax/views.py @@ -3,7 +3,6 @@ from django.http import HttpResponse from django.http import HttpResponseForbidden from django.http import HttpResponseServerError from django.conf import settings -from django.shortcuts import render_to_response from django.utils import simplejson from django.core.serializers import json |