Index: third_party/py_vulcanize/py_vulcanize/style_sheet.py |
diff --git a/tracing/third_party/tvcm/tvcm/style_sheet.py b/third_party/py_vulcanize/py_vulcanize/style_sheet.py |
similarity index 95% |
rename from tracing/third_party/tvcm/tvcm/style_sheet.py |
rename to third_party/py_vulcanize/py_vulcanize/style_sheet.py |
index b3c5e743739bff1d2f7714d994b5e654d4fa5734..1024cb3fb4911a7caedb26eb382472218e70613a 100644 |
--- a/tracing/third_party/tvcm/tvcm/style_sheet.py |
+++ b/third_party/py_vulcanize/py_vulcanize/style_sheet.py |
@@ -75,8 +75,8 @@ class ParsedStyleSheet(object): |
def resolve_url(url): |
if os.path.isabs(url): |
- # FIXME: module is used here, but tvcm.module is never imported. |
- # However, tvcm.module cannot be imported since tvcm.module may import |
+ # FIXME: module is used here, but py_vulcanize.module is never imported. |
+ # However, py_vulcanize.module cannot be imported since py_vulcanize.module may import |
# style_sheet, leading to an import loop. |
raise module.DepsException('URL references must be relative') |
# URLS are relative to this module's directory |