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