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')