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

Unified Diff: client/tools/htmlconverter.py

Issue 9789004: Move copy_dart.py from client to tools (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« no previous file with comments | « client/tools/copy_dart.py ('k') | lib/dom/scripts/dartdomgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/htmlconverter.py
diff --git a/client/tools/htmlconverter.py b/client/tools/htmlconverter.py
index 66c503c038b047095e5a54e7b1b69895738c524f..888e429d6b8ccaaef976970d19052abb1e2b288c 100755
--- a/client/tools/htmlconverter.py
+++ b/client/tools/htmlconverter.py
@@ -370,7 +370,7 @@ class DartToDartHTMLConverter(DartHTMLConverter):
if 'src' in attrDic:
status, out, err = execute([
sys.executable,
- join(CLIENT_PATH, 'tools', 'copy_dart.py'),
+ join(DART_PATH, 'tools', 'copy_dart.py'),
self.outdir,
convertPath(attrDic['src'], self.prefix_path)],
self.verbose)
« no previous file with comments | « client/tools/copy_dart.py ('k') | lib/dom/scripts/dartdomgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698