PEP8 imports in interface.py.
This commit is contained in:
parent
3fa2ebd11c
commit
0ba0fb9407
|
@ -30,27 +30,23 @@
|
||||||
# this exception statement from your version. If you delete this exception
|
# this exception statement from your version. If you delete this exception
|
||||||
# statement from all source files in the program, then also delete it here.
|
# statement from all source files in the program, then also delete it here.
|
||||||
|
|
||||||
import sys
|
|
||||||
import os
|
|
||||||
import os.path
|
import os.path
|
||||||
import urllib
|
|
||||||
from itertools import izip
|
from itertools import izip
|
||||||
import core
|
import urllib
|
||||||
import common
|
|
||||||
import dgtk
|
import gettext
|
||||||
import ipc_manager
|
import gobject
|
||||||
import dialogs
|
import gtk
|
||||||
import plugins
|
import locale
|
||||||
import pref
|
|
||||||
import pygtk
|
import pygtk
|
||||||
pygtk.require('2.0')
|
pygtk.require('2.0')
|
||||||
import gtk
|
|
||||||
import gtk.glade
|
import core
|
||||||
import gobject
|
import common
|
||||||
import xdg
|
import dialogs
|
||||||
import xdg.BaseDirectory
|
import dgtk
|
||||||
import gettext
|
import ipc_manager
|
||||||
import locale
|
import plugins
|
||||||
|
|
||||||
class DelugeGTK:
|
class DelugeGTK:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue