[diffoscope] 05/05: Tidy OS_NAMES dict.

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 6 21:10:01 CEST 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 147d0c07388c2f97b94fcec99ac2d7759661dc10
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Aug 6 20:07:00 2016 +0100

    Tidy OS_NAMES dict.
---
 diffoscope/__init__.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index d62d259..7946075 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -34,10 +34,11 @@ logger.addHandler(ch)
 formatter = logging.Formatter('%(levelname)8s %(message)s')
 ch.setFormatter(formatter)
 
-OS_NAMES = { 'arch': 'Arch Linux'
-           , 'debian': 'Debian'
-           , 'FreeBSD': 'FreeBSD'
-           }
+OS_NAMES = {
+    'arch': 'Arch Linux',
+    'debian': 'Debian',
+    'FreeBSD': 'FreeBSD',
+}
 
 class RequiredToolNotFound(Exception):
     PROVIDERS = {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list