| Index: tests/scm_unittest.py
 | 
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
 | 
| index 7564678ecb5ca86c32202bc9a29575b47966d167..6b4faf3587b13ca1fb6038a76210d33367ba1821 100755
 | 
| --- a/tests/scm_unittest.py
 | 
| +++ b/tests/scm_unittest.py
 | 
| @@ -45,8 +45,8 @@ class RootTestCase(BaseSCMTestCase):
 | 
|      members = [
 | 
|          'ElementTree', 'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN',
 | 
|          'ValidateEmail',
 | 
| -        'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging',
 | 
| -        'only_int', 'os', 're', 'subprocess2', 'sys', 'tempfile', 'time',
 | 
| +        'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging', 'os',
 | 
| +        're', 'subprocess2', 'sys', 'tempfile', 'time',
 | 
|      ]
 | 
|      # If this test fails, you should add the relevant test.
 | 
|      self.compareMembers(scm, members)
 | 
| @@ -60,7 +60,6 @@ class GitWrapperTestCase(BaseSCMTestCase):
 | 
|          'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot',
 | 
|          'GetDifferentFiles', 'GetEmail', 'GetPatchName', 'GetSVNBranch',
 | 
|          'GetUpstreamBranch', 'IsGitSvn', 'MatchSvnGlob', 'ShortBranchName',
 | 
| -        'current_version',
 | 
|      ]
 | 
|      # If this test fails, you should add the relevant test.
 | 
|      self.compareMembers(scm.GIT, members)
 | 
| 
 |