--- a/app/soc/logic/site/sidebar.py Sun Oct 19 13:06:20 2008 +0000
+++ b/app/soc/logic/site/sidebar.py Sun Oct 19 13:14:40 2008 +0000
@@ -25,8 +25,6 @@
from google.appengine.api import users
-from django.utils import datastructures
-
from soc.logic import menu
from soc.logic.site import id_user
from soc.logic.site import map
@@ -154,7 +152,8 @@
path = request.path
if path:
- # TODO(tlarsen): scan through list and mark current request.path as "selected"
+ # TODO(tlarsen): scan through list and mark current request.path
+ # as "selected"
pass
return menu.Menu(items=menu_items)