Start top menu refactor, added elementtree to requirements

This commit is contained in:
Roberto Rosario
2012-03-16 21:07:53 -04:00
parent 7ccab82fd4
commit dcf568ead5
20 changed files with 113 additions and 85 deletions

View File

@@ -0,0 +1,5 @@
from __future__ import absolute_import
from elementtree.ElementTree import Element
main_menu = Element('root')