[tor-commits] [torouter/master] Fix typo
hellais at torproject.org
hellais at torproject.org
Tue Aug 23 13:18:32 UTC 2011
commit b54039300353ad6bfb59e6668f03fe9e1745c763
Author: Arturo FilastoÌ <hellais at torproject.org>
Date: Tue Aug 23 15:18:21 2011 +0200
Fix typo
---
packages/torouter-web/src/tui/view.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/torouter-web/src/tui/view.py b/packages/torouter-web/src/tui/view.py
index 48b03c5..ea885be 100644
--- a/packages/torouter-web/src/tui/view.py
+++ b/packages/torouter-web/src/tui/view.py
@@ -9,6 +9,6 @@ t_globals = dict(
# get the path where the script currently resides
current_path = "/".join(os.path.abspath(__file__).split("/")[:-1])
# create the render object
-cender = web.template.render(current_path+'/views', cache=config.cache, globals=t_globals)
+render = web.template.render(current_path+'/views', cache=config.cache, globals=t_globals)
render._keywords['globals']['render'] = render
More information about the tor-commits
mailing list