~mvo/software-center/lp955005

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk/historypane.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:
19
19
 
20
20
 
21
21
from gi.repository import GObject
22
 
from gi.repository import GObject
23
22
import gtk
24
23
import logging
25
24