diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-10-26 02:38:25 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-10-26 02:38:25 +0300 |
commit | 19e7d11f61b8a9ee04f21b8460cde7a96b5b5238 (patch) | |
tree | d5fd001d6b2ee6f44429f4ac88c343f55d89eb0e /include/efl.utils.logger.pxd | |
parent | 47be89c8ea181942455287f7d0286d361fd0b5f8 (diff) |
Resolved Py3 issues.
Fixes T459
Diffstat (limited to 'include/efl.utils.logger.pxd')
-rw-r--r-- | include/efl.utils.logger.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efl.utils.logger.pxd b/include/efl.utils.logger.pxd index d09ce6d..1817724 100644 --- a/include/efl.utils.logger.pxd +++ b/include/efl.utils.logger.pxd | |||
@@ -1,3 +1,3 @@ | |||
1 | cdef: | 1 | cdef: |
2 | int add_logger(char *name) | 2 | int add_logger(object name) |
3 | int PY_EFL_LOG_DOMAIN | 3 | int PY_EFL_LOG_DOMAIN |