Skip to content

Commit

Permalink
[CORE] exit when we can't load the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Oct 22, 2009
1 parent 917713f commit b68ee6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amsn2/gui/front_ends/efl/__init__.py
Expand Up @@ -20,8 +20,7 @@ def load():
imp.find_module("evas")
imp.find_module("edje")
imp.find_module("ecore")
#TODO FIXME
#imp.find_module("elementary")
imp.find_module("elementary")

gui.GUIManager.registerFrontEnd("efl", sys.modules[__name__])

Expand Down

0 comments on commit b68ee6c

Please sign in to comment.