Files @ d678c2757cd4
Branch filter:

Location: light9/bin/run_local.py - annotation

drewp@bigasterisk.com
config log() better. note that in chrome, you have to turn on 'verbose' in the console log to see anything :(
1
2
3
4
5
6
7
8
# this file can go away when all the bin/* are just launchers and everyone uses light9/run_local

import sys

# to support 'import light9'
sys.path.append('.')

from light9.run_local import log