diff options
Diffstat (limited to 'Tools/Scripts/webkitpy/common/system/filesystem_unittest.py')
-rw-r--r-- | Tools/Scripts/webkitpy/common/system/filesystem_unittest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py b/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py index c24344c76..4859f7294 100644 --- a/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py +++ b/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py @@ -31,8 +31,6 @@ # important; without it, Python will choke while trying to parse the file, # since it includes non-ASCII characters. -from __future__ import with_statement - import os import stat import sys |