app/soc/views/sitemap/sidebar.py
changeset 2069 08b13ca90666
parent 1308 35b75ffcbb37
child 2333 221482a54238
--- 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