Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yumike committed Aug 17, 2012
1 parent e1af73d commit 199a51f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lemon/sites.py
Expand Up @@ -3,11 +3,8 @@
from django.contrib.admin import sites
from django.contrib.contenttypes import views as contenttype_views
from django.core.exceptions import ImproperlyConfigured
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.utils.functional import update_wrapper
from django.utils.importlib import import_module
from django.utils.translation import ugettext as _

from .settings import CONFIG
from .options import ModelAdmin, AppAdmin
Expand Down

0 comments on commit 199a51f

Please sign in to comment.