changeset 81:7129b8a2f125

Fix error when running from an installed instance where the {{{htdocs_dir}}} and/or {{{templates_dir}}} options aren't set.
author cmlenz
date Wed, 06 Jul 2005 19:52:40 +0000
parents dc1c7fc9b915
children 01200c88ddb0
files bitten/trac_ext/web_ui.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/trac_ext/web_ui.py
+++ b/bitten/trac_ext/web_ui.py
@@ -20,6 +20,7 @@
 
 import os.path
 import re
+import sys
 from time import localtime, strftime
 
 from trac.core import *
Copyright (C) 2012-2017 Edgewall Software