davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=e3224c882ae1e366d4380a22ea3ac1e8fe9804c7

commit e3224c882ae1e366d4380a22ea3ac1e8fe9804c7
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Feb 26 21:08:03 2017 +0100

    whops, forgot compat wrappers for added enums
---
 efl/elementary/calendar_elm.py | 1 +
 efl/elementary/window.py       | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/efl/elementary/calendar_elm.py b/efl/elementary/calendar_elm.py
index bd158c8..37a97e3 100644
--- a/efl/elementary/calendar_elm.py
+++ b/efl/elementary/calendar_elm.py
@@ -6,6 +6,7 @@ from . import ELM_CALENDAR_WEEKLY
 from . import ELM_CALENDAR_MONTHLY
 from . import ELM_CALENDAR_ANNUALLY
 from . import ELM_CALENDAR_LAST_DAY_OF_MONTH
+from . import ELM_CALENDAR_REVERSE_DAILY
 
 from . import ELM_CALENDAR_SELECT_MODE_DEFAULT
 from . import ELM_CALENDAR_SELECT_MODE_ALWAYS
diff --git a/efl/elementary/window.py b/efl/elementary/window.py
index 04c63a0..5cd9651 100644
--- a/efl/elementary/window.py
+++ b/efl/elementary/window.py
@@ -17,6 +17,8 @@ from . import ELM_WIN_COMBO
 from . import ELM_WIN_DND
 from . import ELM_WIN_INLINED_IMAGE
 from . import ELM_WIN_SOCKET_IMAGE
+from . import ELM_WIN_FAKE
+from . import ELM_WIN_NAVIFRAME_BASIC
 
 from . import ELM_WIN_INDICATOR_UNKNOWN
 from . import ELM_WIN_INDICATOR_HIDE

-- 


Reply via email to