~mvo/software-center/lp967036-2

« back to all changes in this revision

Viewing changes to softwarecenter/toolkit.py

  • Committer: Kiwinote
  • Date: 2012-03-15 22:36:31 UTC
  • mfrom: (2867 trunk)
  • mto: This revision was merged to the branch mainline in revision 2881.
  • Revision ID: kiwinote@gmail.com-20120315223631-lvea6t5sydpkkqni
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import sys
2
2
 
 
3
 
3
4
class UIToolkits:
4
5
    GTK2 = 0
5
6
    GTK3 = 1