~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distribution.py

  • Committer: William Grant
  • Date: 2011-08-23 07:05:30 UTC
  • mto: This revision was merged to the branch mainline in revision 13762.
  • Revision ID: william.grant@canonical.com-20110823070530-f0gss07g60lgw1z6
Remove unused Distribution.searchBinaryPackagesFTI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
        (a substring of) their binary package names.
579
579
        """
580
580
 
581
 
    def searchBinaryPackagesFTI(package_name):
582
 
        """Do an FTI search on binary packages.
583
 
 
584
 
        :param package_name: The binary package name to search for.
585
 
        :return: A result set containing DistributionSourcePackageCache
586
 
            objects for the matching binaries found via an FTI search on
587
 
            DistroSeriesPackageCache.
588
 
        """
589
 
 
590
581
    def getFileByName(filename, archive=None, source=True, binary=True):
591
582
        """Find and return a LibraryFileAlias for the filename supplied.
592
583