~mmcg069/software-center/app-treeview-buy-plus-refactor

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/views/purchaseview.py

  • Committer: Matthew McGowan
  • Date: 2011-10-31 14:23:59 UTC
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20111031142359-zhqtur1afxb8r7wm
double newline in between classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        #    print name, value
53
53
        #headers.foreach(_show_header, None)
54
54
 
 
55
 
55
56
class ScrolledWebkitWindow(Gtk.ScrolledWindow):
56
57
 
57
58
    def __init__(self):
64
65
        self.add(self.webkit)
65
66
        self.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
66
67
 
 
68
 
67
69
class PurchaseView(Gtk.VBox):
68
70
    """ 
69
71
    View that displays the webkit-based UI for purchasing an item.