You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/04/16 23:33:40 UTC

svn commit: r1326806 - /incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py

Author: gjm
Date: Mon Apr 16 21:33:40 2012
New Revision: 1326806

URL: http://svn.apache.org/viewvc?rev=1326806&view=rev
Log:
dashboard: fix bad import

Modified:
    incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py?rev=1326806&r1=1326805&r2=1326806&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/__init__.py Mon Apr 16 21:33:40 2012
@@ -43,7 +43,7 @@ from trac.web.chrome import add_ctxtnav,
                             INavigationContributor, ITemplateProvider
 
 from bhdashboard.api import DashboardSystem
-from bhdashboard import json
+from bhdashboard import _json
 
 class DashboardModule(Component):
     """Web frontend for dashboard infrastructure.