Index: build/gyp_chromium_test.py |
diff --git a/build/gyp_chromium_test.py b/build/gyp_chromium_test.py |
index 0c0e479d1c3132366a7cb49d413ed4b02490d79f..0ae74faf31d53109c0e9d2987f0a3fb02d590d94 100755 |
--- a/build/gyp_chromium_test.py |
+++ b/build/gyp_chromium_test.py |
@@ -14,9 +14,7 @@ sys.path.append(os.path.join(SRC_DIR, 'third_party', 'pymock')) |
import mock |
-# TODO(sbc): Make gyp_chromium more testable by putting the code in |
-# a .py file. |
-gyp_chromium = __import__('gyp_chromium') |
+import gyp_chromium |
class TestGetOutputDirectory(unittest.TestCase): |