Skip to content

Commit

Permalink
Stats: added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Apr 8, 2014
1 parent c3f80f0 commit debf27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/apps/pootle_misc/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.

from django.core.urlresolvers import reverse
from django.utils.translation import ungettext
from django.utils.translation import ungettext, gettext as _


def get_translation_states(path_obj):
Expand Down

0 comments on commit debf27b

Please sign in to comment.