Added missing imports

This commit is contained in:
2011-08-31 14:13:04 +01:00
parent ad56058631
commit 82c8b585a7
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ from django.conf import settings
from piston.handler import BaseHandler from piston.handler import BaseHandler
from piston.utils import rc, throttle from piston.utils import rc, throttle
from gargoyle import gargoyle
from api.models import AuthAPIKey, AuthAPILog from api.models import AuthAPIKey, AuthAPILog
from eve_proxy.models import CachedDocument from eve_proxy.models import CachedDocument

View File

@@ -1,5 +1,6 @@
from django.db import models from django.db import models
from django.contrib.auth.models import Group from django.contrib.auth.models import Group
from gargoyle import gargoyle
from eve_api.models import EVEAPIModel from eve_api.models import EVEAPIModel
from eve_api.app_defines import * from eve_api.app_defines import *