Skip to content

Commit

Permalink
[#2375] fix imports in lib.jinja_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 1, 2012
1 parent 9242a44 commit fd77970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/lib/jinja_extensions.py
Expand Up @@ -8,8 +8,8 @@
from jinja2.filters import do_truncate
from jinja2 import Environment

import lib.base as base
import lib.helpers as h
import ckan.lib.base as base
import ckan.lib.helpers as h

### Filters

Expand Down

0 comments on commit fd77970

Please sign in to comment.