~mmcg069/software-center/details-tweaks

« back to all changes in this revision

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

  • Committer: Michael Vogt
  • Date: 2011-08-17 12:21:49 UTC
  • mfrom: (2112.1.2 software-center)
  • Revision ID: michael.vogt@ubuntu.com-20110817122149-o7q455k3air0tt2v
merged lp:~pitti/software-center/gi-fixes 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
 
21
 
from gi.repository import GObject
 
21
import gobject as GObject
22
22
import gtk
23
23
import logging
24
24