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

Unified Diff: grit/tool/preprocess_unittest.py

Issue 9958067: Fixing a bug in GRIT where messages with substitutions would (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
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 | « grit/tool/postprocess_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/tool/preprocess_unittest.py
diff --git a/grit/tool/preprocess_unittest.py b/grit/tool/preprocess_unittest.py
index ab95bd28d01459ad5d1208eecea9f802ad934f9f..fc4a0292080d279b79164304d3c5877cec85340d 100644
--- a/grit/tool/preprocess_unittest.py
+++ b/grit/tool/preprocess_unittest.py
@@ -11,7 +11,7 @@
import os
import sys
if __name__ == '__main__':
- sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), '..'))
+ sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), '../..'))
import unittest
« no previous file with comments | « grit/tool/postprocess_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698