Mercurial > libervia-desktop-kivy
diff cagou/core/utils.py @ 312:772c170b47a9
Python3 port:
/!\ Cagou now runs with Python 3.6+
Port has been done in the same way as for backend (check backend commit b2d067339de3
message for details).
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 13 Aug 2019 19:14:22 +0200 |
parents | 1b835bcfa663 |
children | 4d660b252487 |
line wrap: on
line diff
--- a/cagou/core/utils.py Mon Aug 05 11:21:54 2019 +0200 +++ b/cagou/core/utils.py Tue Aug 13 19:14:22 2019 +0200 @@ -28,7 +28,7 @@ def __init__(self, *args, **kwargs): super(FilterBehavior, self).__init__(*args, **kwargs) - self._filter_last = u'' + self._filter_last = '' self._filter_anim = Animation(width = 0, height = 0, opacity = 0,