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

Unified Diff: grit/tool/postprocess_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/build_unittest.py ('k') | grit/tool/preprocess_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/tool/postprocess_unittest.py
diff --git a/grit/tool/postprocess_unittest.py b/grit/tool/postprocess_unittest.py
index 4886caa49b56fb66ceb1ca961c98de704ac78b3e..aface96fb620f3e508ea0fdda4e6cbc5fb421b1d 100644
--- a/grit/tool/postprocess_unittest.py
+++ b/grit/tool/postprocess_unittest.py
@@ -12,7 +12,7 @@ import os
import re
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/build_unittest.py ('k') | grit/tool/preprocess_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698