~evfool/software-center/bug532072

« back to all changes in this revision

Viewing changes to softwarecenter/view/catview.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:
206
206
    appdir = "/usr/share/app-install"
207
207
    datadir = "./data"
208
208
 
209
 
    xapian_base_path = "/var/cache/software-store"
 
209
    xapian_base_path = "/var/cache/software-center"
210
210
    pathname = os.path.join(xapian_base_path, "xapian")
211
211
    db = xapian.Database(pathname)
212
212