| Index: trychange.py
 | 
| diff --git a/trychange.py b/trychange.py
 | 
| index 03d1bee28730c1a7078901b8269aa22bd823d045..164c4c6b1ea8c918361e492b6ce0766e3640a426 100755
 | 
| --- a/trychange.py
 | 
| +++ b/trychange.py
 | 
| @@ -156,7 +156,7 @@ class SCM(object):
 | 
|        filepath = os.path.join(self.checkout_root, filename)
 | 
|        if os.path.isfile(filepath):
 | 
|          logging.info('Found %s at %s' % (filename, self.checkout_root))
 | 
| -        return gclient_util.FileRead(filepath)
 | 
| +        return gclient_utils.FileRead(filepath)
 | 
|        return None
 | 
|      cur = os.path.abspath(self.checkout_root)
 | 
|      if self.gclient_root:
 | 
| 
 |