Index: third_party/py_vulcanize/py_vulcanize/html_module.py |
diff --git a/tracing/third_party/tvcm/tvcm/html_module.py b/third_party/py_vulcanize/py_vulcanize/html_module.py |
similarity index 97% |
rename from tracing/third_party/tvcm/tvcm/html_module.py |
rename to third_party/py_vulcanize/py_vulcanize/html_module.py |
index b2024326e808f2bc45a2b1055eff6f4d0375e3ab..2af7d0a41388790471f2d5ff2c7dec8b08a52dd5 100644 |
--- a/tracing/third_party/tvcm/tvcm/html_module.py |
+++ b/third_party/py_vulcanize/py_vulcanize/html_module.py |
@@ -5,10 +5,10 @@ |
import os |
import re |
-from tvcm import module |
-from tvcm import js_utils |
-from tvcm import parse_html_deps |
-from tvcm import style_sheet |
+from py_vulcanize import module |
+from py_vulcanize import js_utils |
+from py_vulcanize import parse_html_deps |
+from py_vulcanize import style_sheet |
def IsHTMLResourceTheModuleGivenConflictingResourceNames( |
@@ -45,7 +45,7 @@ class HTMLModule(module.Module): |
os.path.relpath(self.resource.absolute_path)) |
def GetTVCMDepsModuleType(self): |
- return 'tvcm.HTML_MODULE_TYPE' |
+ return 'py_vulcanize.HTML_MODULE_TYPE' |
def AppendJSContentsToFile(self, |
f, |