Chromium Code Reviews| Index: subprocess2.py |
| diff --git a/subprocess2.py b/subprocess2.py |
| index d59035b4878f008e8c7b1596cc4aefdebb67f947..ed34d3e98eebfa0c5bf7185db6d3a83d04505916 100644 |
| --- a/subprocess2.py |
| +++ b/subprocess2.py |
| @@ -7,6 +7,7 @@ |
| In theory you shouldn't need anything else in subprocess, or this module failed. |
| """ |
| +from __future__ import with_statement |
| import logging |
| import os |
| import subprocess |