~mvo/software-center/lp1043752

« back to all changes in this revision

Viewing changes to softwarecenter/db/database.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:
18
18
 
19
19
import locale
20
20
import xapian
21
 
from softwarestore.enums import *
 
21
from softwarecenter.enums import *
22
22
 
23
23
 
24
24
class Application(object):