Index: Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py |
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py |
index b8f15dd142882d64c4f01d252a23d3e55b2a7242..a0dc499cbf46f22ea21d6a5b56393a29f5a4b175 100644 |
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py |
+++ b/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py |
@@ -46,7 +46,7 @@ def _relpath_posix(path, start=os.path.curdir): |
if not path: |
raise ValueError("no path specified") |
- |
+ |
start_list = os.path.abspath(start).split(os.path.sep) |
path_list = os.path.abspath(path).split(os.path.sep) |