Skip to content

Commit

Permalink
ugettext may cause circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile LEGAL committed Aug 19, 2015
1 parent b02fa82 commit 188021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.db import models
from django import forms
from django.utils.encoding import force_unicode
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _

from mptt.models import MPTTModel
from mptt.fields import TreeForeignKey
Expand Down

0 comments on commit 188021e

Please sign in to comment.