OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

GObject.MainLoop, etc. is deprecated #59

Closed ybznek closed 8 years ago

ybznek commented 8 years ago

On Fedora Rawhide(Python 3.5.1) I get

/usr/bin/oscapd:66: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
  loop = gobject.MainLoop()

If somebody fix that, he/she should also test if now version of code is working also with Python 2.*

mpreisler commented 8 years ago

5f5b8022e6063d5743491eb5916ad0a7a43a29fa Fixed