Index: tests/trychange_unittest.py |
=================================================================== |
--- tests/trychange_unittest.py (revision 27770) |
+++ tests/trychange_unittest.py (working copy) |
@@ -27,8 +27,8 @@ |
'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PathDifference', |
'RunCommand', 'SCM', 'SVN', 'TryChange', 'USAGE', |
'datetime', 'gcl', 'gclient', 'gclient_scm', 'getpass', 'logging', |
- 'optparse', 'os', 'shutil', 'socket', 'sys', 'tempfile', 'traceback', |
- 'upload', 'urllib', |
+ 'optparse', 'os', 'shutil', 'socket', 'subprocess', 'sys', 'tempfile', |
+ 'traceback', 'upload', 'urllib', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(trychange, members) |