Fix indentation.

This commit is contained in:
Alessio Treglia 2011-12-07 22:15:38 +01:00
parent e6b2b9b0fa
commit bb07a6bbe3
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ class manager:
self.proxy_ladish_controller = None
self.diagnose_text = ""
# Handle the configuration and grab custom menu items
self.menu_array = menu_config_array
self.menu_array = menu_config_array
# Add some defaults if we don't already have a menu
if self.menu_array == None:
self.menu_array = []
self.menu_array = []
for element in menu_default:
self.menu_array.append(element)