mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed variables from different settings lib
This commit is contained in:
parent
08efc48a87
commit
7b4368f423
1 changed files with 0 additions and 7 deletions
|
|
@ -17,16 +17,9 @@ class DefaultsNotDefined(Exception):
|
|||
|
||||
|
||||
WRAPPER_TYPES = ["form", "collapsible-wrap"]
|
||||
|
||||
DEFAULTS_DIR = os.path.join(
|
||||
os.path.dirname(os.path.abspath(__file__)),
|
||||
"defaults"
|
||||
)
|
||||
|
||||
NOT_SET = type("NOT_SET", (), {"__bool__": lambda obj: False})()
|
||||
METADATA_KEY = type("METADATA_KEY", (), {})()
|
||||
OVERRIDE_VERSION = 1
|
||||
CHILD_OFFSET = 15
|
||||
|
||||
key_pattern = re.compile(r"(\{.*?[^{0]*\})")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue