Do not import EVERY widget while importing efl.elementary
Now the user is responsable of importing the widget used one by one, this should be a great speedup in the launch of the app.
You have to import stuff in this way:
from efl import evas from efl import elementary from efl.elementary.window import Window from efl.elementary.layout import Layout
...sorry for the inconvenience