Author: gjm
Date: Tue Oct 16 20:22:29 2012
New Revision: 1398977

URL: http://svn.apache.org/viewvc?rev=1398977&view=rev
Log:
fix for attribute error on dummy requests for widgets after trac upgrade - 
fixes #239

Modified:
    incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/util.py

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/util.py
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/util.py?rev=1398977&r1=1398976&r2=1398977&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/util.py 
(original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/util.py Tue Oct 
16 20:22:29 2012
@@ -62,6 +62,7 @@ def dummy_request(env, uname=None):
         'authname': rd.authenticate,
         'chrome': chrome.prepare_request,
         'hdf': getattr(rd, '_get_hdf', None),
+        'lc_time': rd._get_lc_time,
         'locale' : getattr(rd, '_get_locale', None),
         'perm': rd._get_perm,
         'session': rd._get_session,


Reply via email to