Removed obsolete AUTOMATIC_DEFAULTS, as they are read in from pylot.in.

This commit is contained in:
Ludger Küperkoch 2017-04-03 11:54:09 +02:00
parent 1266f08da8
commit 43a7da41f2

View File

@ -45,10 +45,6 @@ FILTERDEFAULTS = readFilterInformation(os.path.join(os.path.expanduser('~'),
'.pylot', '.pylot',
'filter.in')) 'filter.in'))
AUTOMATIC_DEFAULTS = os.path.join(os.path.expanduser('~'),
'.pylot',
'pylot.in')
TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'), TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'),
'.pylot', '.pylot',
'PILOT_TimeErrors.in') 'PILOT_TimeErrors.in')