Skip to content

Commit

Permalink
pylons 0.10 support started
Browse files Browse the repository at this point in the history
  • Loading branch information
percious committed May 16, 2010
1 parent 54f4e47 commit 612f493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def setUp(self):

def tearDown(self):
tmpl_context._pop_object(self._ctx)
pylons.config.pop_thread_config()
# pylons.config.pop_thread_config()
pylons.config.pop_process_config()
teardown_session_dir()

Expand Down

0 comments on commit 612f493

Please sign in to comment.