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

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/views/purchaseview.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:
18
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
 
20
20
from gi.repository import GObject
21
 
from gi.repository import Gtk, Gdk
 
21
from gi.repository import Gtk
 
22
from gi.repository import Gdk
22
23
import logging
23
24
import os
24
25
import simplejson
25
26
import sys
26
27
import urllib
27
28
from gi.repository import WebKit as webkit
28
 
from gi.repository import GObject
29
29
 
30
30
from gettext import gettext as _
31
31