--- a/app/soc/views/sitemap/sidebar.py Fri Apr 03 17:19:46 2009 +0000
+++ b/app/soc/views/sitemap/sidebar.py Fri Apr 03 17:21:26 2009 +0000
@@ -22,10 +22,7 @@
]
-import operator
-
from soc.views import out_of_band
-from soc.views.helper import access
import soc.cache.sidebar
@@ -40,7 +37,6 @@
The callback should return a list of menu's when called.
"""
-
global SIDEBAR
SIDEBAR.append(callback)
@@ -137,7 +133,7 @@
submenus = []
- args = SIDEBAR_ACCESS_ARGS
+ # args = SIDEBAR_ACCESS_ARGS
kwargs = SIDEBAR_ACCESS_KWARGS
# reset and pre-fill the Checker's cache