This commit is contained in:
Colin Watson 2011-08-18 15:11:36 +01:00
parent a4000c606c
commit a6b95b7d53

View File

@ -34,7 +34,7 @@ def getDebianSrcPkg(name, release):
return debian_archive.getSourcePackage(name, release)
def getUbuntuSrcPkg(name, release, pocket = 'Release'):
def getUbuntuSrcPkg(name, release, pocket='Release'):
ubuntu = Distribution('ubuntu')
ubuntu_archive = ubuntu.getArchive()