commit | dd46c60b99d825537b265a487a117721ea4ad6bc | [log] [tgz] |
---|---|---|
author | Tabitha Jarvis <tabitha@peloton-tech.com> | Wed Dec 12 20:25:27 2018 -0800 |
committer | Tabitha Jarvis <tabitha@peloton-tech.com> | Wed Dec 19 19:46:51 2018 -0800 |
tree | 11ed57b13696d060a70717955db496eabf3e2d26 | |
parent | 1aaadc71e6d1287656df6715db65538d5e30c948 [diff] [blame] |
Add path_edit.py to bazel BUILD Add the path_edit tool to bazel. Abstract out the shared base_window class used for path_edit and graph_edit. Change-Id: I8c3d493cfa7fc954e39da82210cf1cb7ec880b13
diff --git a/y2018/control_loops/python/path_edit.py b/y2018/control_loops/python/path_edit.py index 885b36c..ce2118a 100644 --- a/y2018/control_loops/python/path_edit.py +++ b/y2018/control_loops/python/path_edit.py
@@ -1,3 +1,5 @@ +#!/usr/bin/python3 + from __future__ import print_function import os import basic_window