~juhana-jauhiainen/software-center/fix-for-737697

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk/pendingview.py

  • Committer: Michael Vogt
  • Date: 2011-07-15 14:24:08 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110715142408-20e4704727mccr30
pyflake fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# this program; if not, write to the Free Software Foundation, Inc.,
17
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
 
19
from gi.repository import GObject
19
20
import dbus
20
 
from gi.repository import GObject
21
21
import gtk
22
 
from gi.repository import GObject
23
22
import logging
24
23
 
25
24
from softwarecenter.utils import get_icon_from_theme, size_to_str