Skip to content

Commit

Permalink
python 2.5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Sep 25, 2012
1 parent f59f036 commit 2705a1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions menus/templatetags/menu_tags.py
@@ -1,9 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
from classytags.arguments import IntegerArgument, Argument, StringArgument
from classytags.core import Options
from classytags.helpers import InclusionTag
from cms.models.pagemodel import Page
from cms.models.titlemodels import Title
from cms.utils.i18n import ForceLang
from django import template
from django.conf import settings
Expand All @@ -14,10 +13,6 @@
from menus.menu_pool import menu_pool
from menus.utils import DefaultLanguageChanger
import urllib
from django.core.urlresolvers import reverse
from django.utils.translation import activate
from django.utils import translation


register = template.Library()

Expand Down

0 comments on commit 2705a1f

Please sign in to comment.