Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: third_party/py_vulcanize/py_vulcanize/style_sheet_unittest.py

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/py_vulcanize/py_vulcanize/style_sheet_unittest.py
diff --git a/tracing/third_party/tvcm/tvcm/style_sheet_unittest.py b/third_party/py_vulcanize/py_vulcanize/style_sheet_unittest.py
similarity index 91%
rename from tracing/third_party/tvcm/tvcm/style_sheet_unittest.py
rename to third_party/py_vulcanize/py_vulcanize/style_sheet_unittest.py
index 8bfe3af7a8e1d05ed4ab63805fcca2efb199b5b9..4ebc71d5651541f088c92ffbef671ead32d9c88a 100644
--- a/tracing/third_party/tvcm/tvcm/style_sheet_unittest.py
+++ b/third_party/py_vulcanize/py_vulcanize/style_sheet_unittest.py
@@ -6,10 +6,10 @@ import base64
import os
import unittest
-from tvcm import project as project_module
-from tvcm import resource_loader
-from tvcm import fake_fs
-from tvcm import module
+from py_vulcanize import project as project_module
+from py_vulcanize import resource_loader
+from py_vulcanize import fake_fs
+from py_vulcanize import module
class StyleSheetUnittest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698