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) |