Skip to content

Commit

Permalink
[#262] Fix helper import in lib.base
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jan 9, 2013
1 parent 195fcdd commit 4fddebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/lib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
import ckan.lib.helpers as h
import ckan.lib.app_globals as app_globals
from ckan.plugins import PluginImplementations, IGenshiStreamFilter
from ckan.lib.helpers import json
import ckan.model as model

# horrible hack to keep lib.base broken
json = h.json

log = logging.getLogger(__name__)

PAGINATE_ITEMS_PER_PAGE = 50
Expand Down

0 comments on commit 4fddebb

Please sign in to comment.