mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
log pygtk.require warning
This commit is contained in:
parent
0b2dcd5dc2
commit
3e2631213c
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,12 @@
|
|||
# this exception statement from your version. If you delete this exception
|
||||
# statement from all source files in the program, then also delete it here.
|
||||
|
||||
from deluge.log import LOG as log
|
||||
import pygtk
|
||||
try:
|
||||
pygtk.require('2.0')
|
||||
except:
|
||||
pass
|
||||
log.warning("It is suggested that you upgrade your PyGTK to 2.10 or greater.")
|
||||
import gtk, gtk.glade
|
||||
import gettext
|
||||
import locale
|
||||
|
@ -59,7 +60,6 @@ from dbusinterface import DbusInterface
|
|||
from queuedtorrents import QueuedTorrents
|
||||
from deluge.configmanager import ConfigManager
|
||||
import deluge.common
|
||||
from deluge.log import LOG as log
|
||||
import deluge.configmanager
|
||||
|
||||
DEFAULT_PREFS = {
|
||||
|
|
Loading…
Add table
Reference in a new issue