After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751935 - Make class textsize.signals.Signals into new style class for python2.
Make class textsize.signals.Signals into new style class for python2.
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
3.14.x
Other All
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-03 23:06 UTC by Matěj Cepl
Modified: 2019-03-23 20:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make class textsize.signals.Signals into new style class for python2. (1.02 KB, patch)
2015-07-03 23:07 UTC, Matěj Cepl
accepted-commit_now Details | Review

Description Matěj Cepl 2015-07-03 23:06:59 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".
Comment 1 Matěj Cepl 2015-07-03 23:07:04 UTC
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".
Comment 2 Ignacio Casal Quinteiro (nacho) 2015-08-25 13:41:47 UTC
Review of attachment 306787 [details] [review]:

Looks good.
Comment 3 Matěj Cepl 2015-08-25 14:30:18 UTC
Merged to master in cdda46c, to gnome-3-14 as 178d6da5