Fixed paths (mutable files now all in /var/openflexure)
This commit is contained in:
parent
dfbef9c354
commit
e1d2e21bf6
3 changed files with 11 additions and 36 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue