Index: tests/presubmit_unittest.py |
diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py |
index 1d1a9b490b685f978c9a4c90f4c4e5a3af9777cf..88b2f71b74241156609d5dfba172294a9e96abae 100755 |
--- a/tests/presubmit_unittest.py |
+++ b/tests/presubmit_unittest.py |
@@ -404,7 +404,7 @@ class InputApiUnittest(PresubmitTestsBase): |
'PresubmitLocalPath', 'RightHandSideLines', 'ServerPaths', |
'basename', 'cPickle', 'cStringIO', 'canned_checks', 'change', |
'marshal', 'os_path', 'pickle', 'platform', |
- 're', 'subprocess', 'tempfile', 'urllib2', |
+ 're', 'subprocess', 'tempfile', 'urllib2', 'version', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(presubmit.InputApi(None, './.'), members) |