From a6b95b7d53d4eb9a37948c560ecf3cc88b88b7a4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 18 Aug 2011 15:11:36 +0100 Subject: [PATCH] style --- ubuntutools/requestsync/lp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/requestsync/lp.py b/ubuntutools/requestsync/lp.py index 710758c..0165161 100644 --- a/ubuntutools/requestsync/lp.py +++ b/ubuntutools/requestsync/lp.py @@ -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()