From: Anthony Towns Date: Mon, 18 Jun 2007 17:52:32 +0000 (+0100) Subject: def foo() works better when followed by a colon... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f1e1fec3988780ddd6bcfed54dc50814dc207cac;p=dak.git def foo() works better when followed by a colon... --- diff --git a/daklib/utils.py b/daklib/utils.py index 9758fc97..ab8c46c7 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -939,7 +939,7 @@ on error.""" ################################################################################ -def gpg_keyring_args(keyrings=None) +def gpg_keyring_args(keyrings=None): if not keyrings: keyrings = Cnf.ValueList("Dinstall::GPGKeyring")