You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by pe...@apache.org on 2012/12/17 07:54:08 UTC

svn commit: r1422769 - /incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py

Author: peter
Date: Mon Dec 17 06:54:07 2012
New Revision: 1422769

URL: http://svn.apache.org/viewvc?rev=1422769&view=rev
Log:
Fix import for GUIDE_NAME that was moved from admin.py to wiki.py

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

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py?rev=1422769&r1=1422768&r2=1422769&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py Mon Dec 17 06:54:07 2012
@@ -25,7 +25,7 @@ from trac.util.translation import _, cle
 from trac.wiki.api import WikiSystem
 from trac.wiki.macros import WikiMacroBase
 
-from bhdashboard.admin import GUIDE_NAME
+from bhdashboard.wiki import GUIDE_NAME
 
 class UserGuideTocMacro(WikiMacroBase):
     _description = cleandoc_("""Display a Guide table of contents