Rebrand sexp → sx across web platform (173 files)
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m37s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11m37s
Rename all sexp directories, files, identifiers, and references to sx. artdag/ excluded (separate media processing DSL). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
import path_setup # noqa: F401 # adds shared/ to sys.path
|
||||
import sexp.sexp_components as sexp_components # noqa: F401 # ensure Hypercorn --reload watches this file
|
||||
import sx.sx_components as sx_components # noqa: F401 # ensure Hypercorn --reload watches this file
|
||||
|
||||
from pathlib import Path
|
||||
from types import SimpleNamespace
|
||||
@@ -71,7 +71,7 @@ def create_app() -> "Quart":
|
||||
])
|
||||
|
||||
# Load orders-specific s-expression components
|
||||
from sexp.sexp_components import load_orders_components
|
||||
from sx.sx_components import load_orders_components
|
||||
load_orders_components()
|
||||
|
||||
app.register_blueprint(register_fragments())
|
||||
|
||||
Reference in New Issue
Block a user