app/soc/views/helper/html_menu.py
changeset 390 d12c95ade374
parent 276 56357a92c110
child 420 22975cc1872f
--- a/app/soc/views/helper/html_menu.py	Sun Oct 19 13:14:40 2008 +0000
+++ b/app/soc/views/helper/html_menu.py	Sun Oct 19 16:17:32 2008 +0000
@@ -22,9 +22,6 @@
   ]
 
 
-from soc.logic import menu
-
-
 class HtmlMenu:
   """Ordered collection of MenuItem objects as <p>...</p> paragraphs.
   """