Refer to eve_api.models, not the api_player file

This commit is contained in:
2010-12-07 16:41:08 +00:00
parent 59e086e720
commit 98ed469373
2 changed files with 8 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from django import forms
from django.contrib.auth.models import User
import settings
from eve_api.models.api_player import EVEAccount, EVEPlayerCharacter, EVEPlayerCorporation
from eve_api.models import EVEAccount, EVEPlayerCharacter, EVEPlayerCorporation
from sso.models import ServiceAccount, Service
from reddit.models import RedditAccount
from registration.forms import RegistrationForm