PEP8 imports in interface.py.

This commit is contained in:
Alex Dedul 2007-07-15 01:42:53 +00:00
parent 3fa2ebd11c
commit 0ba0fb9407
1 changed files with 13 additions and 17 deletions

View File

@ -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):