~mvo/software-center/lp1043752

« back to all changes in this revision

Viewing changes to softwarecenter/view/widgets/gbwidget.py

  • Committer: Michael Vogt
  • Date: 2009-09-25 15:30:34 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090925153034-vf6oqy9j66fc6jcz
renamed to "Ubuntu Software Center" and software-center (LP: #436648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    elif os.path.exists("./data"):
68
68
        datadir = "./data"
69
69
    else:
70
 
        datadir = "/usr/share/software-store"
 
70
        datadir = "/usr/share/software-center"
71
71
 
72
72
    w = GBTestWidget(datadir)
73
73
    w.show()