Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 25, 2017
1 parent 031b4c0 commit fbb341d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/common.py
Expand Up @@ -50,6 +50,8 @@ def ugettext(*args, **kwargs):
return flask_ugettext(*args, **kwargs)
else:
return pylons_ugettext(*args, **kwargs)


_ = ugettext


Expand Down

0 comments on commit fbb341d

Please sign in to comment.