Forgot to remove some defunct imports.

This commit is contained in:
Griatch 2011-04-10 14:25:00 +00:00
parent 2ee54678ae
commit f1404356ea
3 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Everything starts at handle_setup()
from django.contrib.auth.models import User
from django.core import management
from django.conf import settings
from src.config.models import ConfigValue, ConnectScreen
from src.config.models import ConfigValue
from src.help.models import HelpEntry
from src.utils import create