From 6e2861fe2484728050c2b1c02c27899323b13fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 12 Jul 2017 08:59:43 +0200 Subject: [PATCH] Cosmetics. --- autoPyLoT.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 03680c58..751d27e0 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -47,12 +47,12 @@ def autoPyLoT(input_dict=None, parameter=None, inputfile=None, fnames=None, even splash = '''************************************\n *********autoPyLoT starting*********\n The Python picking and Location Tool\n - Version {version} 2015\n + Version {version} 2017\n \n Authors:\n - S. Wehling-Benatelli (Ruhr-Universitaet Bochum)\n L. Kueperkoch (BESTEC GmbH, Landau i. d. Pfalz)\n - K. Olbert (Christian-Albrechts Universitaet zu Kiel)\n + S. Wehling-Benatelli (Ruhr-Universitaet Bochum)\n + M. Paffrath (Ruhr-Universitaet Bochum)\n ***********************************'''.format(version=_getVersionString()) print(splash)