annotate bin/run_local.py @ 2048:53dd7eb024c9

relocate run_local.py
author drewp@bigasterisk.com
date Wed, 11 May 2022 00:03:44 -0700
parents aeafe7d0b033
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2048
53dd7eb024c9 relocate run_local.py
drewp@bigasterisk.com
parents: 2030
diff changeset
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
53dd7eb024c9 relocate run_local.py
drewp@bigasterisk.com
parents: 2030
diff changeset
3 import sys
1697
5c04a54df635 fix startup (this might be breaking mypy)
Drew Perttula <drewp@bigasterisk.com>
parents: 1512
diff changeset
4
2048
53dd7eb024c9 relocate run_local.py
drewp@bigasterisk.com
parents: 2030
diff changeset
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
53dd7eb024c9 relocate run_local.py
drewp@bigasterisk.com
parents: 2030
diff changeset
8 from light9.run_local import log