Compare commits
No commits in common. "4e193da02fe261313add98fb4d7fa92f3bf75556" and "b5124686bf6a8f29838ac4280f0e3321a9b084de" have entirely different histories.
4e193da02f
...
b5124686bf
|
@ -1,2 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
|
@ -115,8 +115,6 @@ menu_structure = {
|
|||
}
|
||||
}
|
||||
|
||||
#FIXME: come up with a way to uniquely declare separators so they don't become the same element of a dict
|
||||
|
||||
def build_menu(structure_dict, menu):
|
||||
for entry in structure_dict:
|
||||
if structure_dict[entry]==None:
|
||||
|
|
Reference in New Issue