Commit a63df0ea4210629bd94603a2967ec94912b1fc7f

Authored by Christopher Stone
1 parent 0d2249f0
Exists in master

Changed shebang to point to python3, since that seems to work properly now

robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py
1   -#!/usr/bin/env python2
  1 +#!/usr/bin/env python3
2 2  
3 3 # Tool to draw live graphs of data coming in from serial port
4 4 # Written as a telemetry tool by:
... ...