Skip to content

Commit

Permalink
[#262] Fix import of lib helpers in lib.repoze_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jan 11, 2013
1 parent c46317d commit 125ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/repoze_patch.py
Expand Up @@ -2,7 +2,7 @@
from openid.consumer import consumer
from openid.extensions import sreg, ax

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

# #1659 fix - logged_out_url prefixed with mount point
def get_full_path(path, environ):
Expand Down

0 comments on commit 125ed1b

Please sign in to comment.