From 43a7da41f2c66ea36c19354e91a84a1dc6df1d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 3 Apr 2017 11:54:09 +0200 Subject: [PATCH] Removed obsolete AUTOMATIC_DEFAULTS, as they are read in from pylot.in. --- pylot/core/util/defaults.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pylot/core/util/defaults.py b/pylot/core/util/defaults.py index d0b584d2..e716d9cb 100644 --- a/pylot/core/util/defaults.py +++ b/pylot/core/util/defaults.py @@ -45,10 +45,6 @@ FILTERDEFAULTS = readFilterInformation(os.path.join(os.path.expanduser('~'), '.pylot', 'filter.in')) -AUTOMATIC_DEFAULTS = os.path.join(os.path.expanduser('~'), - '.pylot', - 'pylot.in') - TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'), '.pylot', 'PILOT_TimeErrors.in')