Skip to content

Commit

Permalink
[#262] Improve lib.dumper imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 20, 2013
1 parent 125ed1b commit cd6c892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/dumper.py
Expand Up @@ -4,7 +4,7 @@

import ckan.model as model
import ckan.model
from helpers import json, OrderedDict
from ckan.common import json, OrderedDict

class SimpleDumper(object):
'''Dumps just package data but including tags, groups, license text etc'''
Expand Down

0 comments on commit cd6c892

Please sign in to comment.