143
143
def verifySignature(self, content, filename):
144
144
"""Verify the signature on the file content.
149
146
Raise UploadError if the signing key cannot be found in launchpad
150
147
or if the GPG verification failed for any other reason.
155
152
self.logger.debug("Verifying signature on %s" % filename)