summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 20:41:16 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 20:41:16 -0400
commite2b76467d0dd9acff9a58c995a4f6430d5117b64 (patch)
treedb1188a75818c48d4988b0e4fb2ea1849950a1f0 /rpmbuild-remote.py
parent78fe7c0b9af2d7f1cbf78e1dda9e9ac691631b1f (diff)
downloadrpmbuild-remote-e2b76467d0dd9acff9a58c995a4f6430d5117b64.tar.gz
rpmbuild-remote-e2b76467d0dd9acff9a58c995a4f6430d5117b64.tar.xz
rpmbuild-remote-e2b76467d0dd9acff9a58c995a4f6430d5117b64.zip
Add trailing comma for later additions
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
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():