GNOME Bugzilla – Bug 751935
Make class textsize.signals.Signals into new style class for python2.
Last modified: 2019-03-23 20:54:28 UTC
Otherwise python2 complains when this plugin is loaded: /usr/lib64/python2.7/site-packages/gi/types.py:282: RuntimeWarning: Mixin class textsize.signals.Signals is an old style class, please update this to derive from "object".
Created attachment 306787 [details] [review] Make class textsize.signals.Signals into new style class for python2. Otherwise python2 complains when this plugin is loaded: /usr/lib64/python2.7/site-packages/gi/types.py:282: RuntimeWarning: Mixin class textsize.signals.Signals is an old style class, please update this to derive from "object".
Review of attachment 306787 [details] [review]: Looks good.
Merged to master in cdda46c, to gnome-3-14 as 178d6da5