Fixed paths (mutable files now all in /var/openflexure)

This commit is contained in:
jtc42 2020-01-24 15:41:14 +00:00
parent dfbef9c354
commit e1d2e21bf6
3 changed files with 11 additions and 36 deletions

View file

@ -7,7 +7,7 @@ from uuid import UUID
import numpy as np
from fractions import Fraction
from .paths import OPENFLEXURE_ETC_PATH, CONFIG_FILE_PATH, DEFAULT_CONFIG_FILE_PATH
from .paths import CONFIG_FILE_PATH, DEFAULT_CONFIG_FILE_PATH
class OpenflexureSettingsFile: