Skip to content

Commit

Permalink
[#547] Remove surpless code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 4, 2013
1 parent 795e773 commit efc9c45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/config/environment.py
Expand Up @@ -279,10 +279,6 @@ def update_config():
helpers = _Helpers(h)
config['pylons.h'] = helpers

helpers = config['pylons.h']
if helpers:
helpers._setup()

## redo template setup to use genshi.search_path
## (so remove std template setup)
legacy_templates_path = os.path.join(root, 'templates_legacy')
Expand Down

0 comments on commit efc9c45

Please sign in to comment.