~gary-lasker/software-center/installedview-search-fixes

« back to all changes in this revision

Viewing changes to softwarecenter/distro/SUSELINUX.py

  • Committer: Alex Eftimie
  • Date: 2011-08-10 11:39:55 UTC
  • mto: (2114.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: alex@rosedu.org-20110810113955-rv3dh64xku3qxznm
added cheese to contrib, fixed some white space (switch to komodo edit)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        return (primary, button_text)
58
58
 
59
59
    def get_license_text(self, component):
60
 
                # FIXME PK components
61
60
        if component in ("main", "universe", "independent"):
62
61
            return _("Open source")
63
62
        elif component in ("restricted", "commercial"):
68
67
        return False
69
68
 
70
69
    def get_supported_query(self):
71
 
                # FIXME
 
70
        # FIXME
72
71
        import xapian
73
72
        query1 = xapian.Query("XOL"+"Ubuntu")
74
73
        query2a = xapian.Query("XOC"+"main")