Skip to content

Commit

Permalink
[#2939] Better importing of _
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 10, 2012
1 parent fb12eca commit cc83950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/auth/create.py
@@ -1,9 +1,9 @@
from pylons import config
from pylons.i18n import _
from paste.deploy.converters import asbool

import ckan.logic as logic
from ckan.authz import Authorizer
from ckan.lib.base import _
import ckan.new_authz as new_authz


Expand Down

0 comments on commit cc83950

Please sign in to comment.