~gary-lasker/software-center/tos_buy_button_fix_lp961216

« back to all changes in this revision

Viewing changes to softwarecenter/db/application.py

  • Committer: Michael Vogt
  • Date: 2012-03-20 08:40:10 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120320084010-714aaq22zgwt6f31
pep8 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
536
536
                self._error = _("Not found")
537
537
                self._error_not_found = utf8(
538
538
                    _(u"There isn\u2019t a software "
539
 
                      u"package called \u201c%s\u201D in your current software "
540
 
                      u"sources.")) % utf8(self.pkgname)
 
539
                      u"package called \u201c%s\u201D in your current "
 
540
                      u"software sources.")) % utf8(self.pkgname)
541
541
                return PkgStates.NOT_FOUND
542
542
        return PkgStates.UNKNOWN
543
543