From e2b76467d0dd9acff9a58c995a4f6430d5117b64 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 20:41:16 -0400 Subject: Add trailing comma for later additions --- rpmbuild-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmbuild-remote.py') diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index 4810e38..548ab16 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -17,7 +17,7 @@ EXTENSIONS = ( 'gz', 'tgz', 'lzma', - 'xz' + 'xz', ) def get_parser(): -- cgit