Index: third_party/py_vulcanize/py_vulcanize/html_generation_controller.py |
diff --git a/tracing/third_party/tvcm/tvcm/html_generation_controller.py b/third_party/py_vulcanize/py_vulcanize/html_generation_controller.py |
similarity index 95% |
rename from tracing/third_party/tvcm/tvcm/html_generation_controller.py |
rename to third_party/py_vulcanize/py_vulcanize/html_generation_controller.py |
index da58c0c0ecb0249367f5177a609284d4448bbae4..c804fe8ca3ead1c2509d8cdf14424849f3b850a0 100644 |
--- a/tracing/third_party/tvcm/tvcm/html_generation_controller.py |
+++ b/third_party/py_vulcanize/py_vulcanize/html_generation_controller.py |
@@ -4,7 +4,7 @@ |
import os |
import re |
-from tvcm import style_sheet |
+from py_vulcanize import style_sheet |
class HTMLGenerationController(object): |