mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Update path to Swagger files
This commit is contained in:
parent
3e03e7b17a
commit
a0316f6794
|
|
@ -31,7 +31,7 @@ import yaml
|
||||||
|
|
||||||
scripts_dir = os.path.dirname(os.path.abspath(__file__))
|
scripts_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
templating_dir = os.path.join(scripts_dir, "templating")
|
templating_dir = os.path.join(scripts_dir, "templating")
|
||||||
api_dir = os.path.join(os.path.dirname(scripts_dir), "api")
|
api_dir = os.path.join(os.path.dirname(scripts_dir), "data", "api")
|
||||||
|
|
||||||
sys.path.insert(0, templating_dir)
|
sys.path.insert(0, templating_dir)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue