Skip to content

Commit

Permalink
[#1995] restore accidentally removed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Mar 18, 2015
1 parent 897f7b4 commit bdd41e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckan/authz.py
@@ -1,3 +1,10 @@
import sys
import re
from logging import getLogger

from pylons import config
from paste.deploy.converters import asbool

import ckan.plugins as p
import ckan.model as model
from ckan.common import OrderedDict, _, c
Expand Down

0 comments on commit bdd41e4

Please sign in to comment.