Mercurial > code > home > repos > light9
annotate bin/run_local.py @ 2335:54cf7034bee0
EE don't abort compile on partial data
author | drewp@bigasterisk.com |
---|---|
date | Fri, 02 Jun 2023 14:54:11 -0700 |
parents | 53dd7eb024c9 |
children |
rev | line source |
---|---|
2048 | 1 # this file can go away when all the bin/* are just launchers and everyone uses light9/run_local |
209
1a84c5e83d3e
dmxserver and subcomposer work in new layout
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
2048 | 3 import sys |
1697
5c04a54df635
fix startup (this might be breaking mypy)
Drew Perttula <drewp@bigasterisk.com>
parents:
1512
diff
changeset
|
4 |
2048 | 5 # to support 'import light9' |
2030
aeafe7d0b033
have bin/* run via pdm's python config
drewp@bigasterisk.com
parents:
1952
diff
changeset
|
6 sys.path.append('.') |
209
1a84c5e83d3e
dmxserver and subcomposer work in new layout
drewp@bigasterisk.com
parents:
diff
changeset
|
7 |
2048 | 8 from light9.run_local import log |