Index: Tools/Scripts/webkitpy/test/runner.py |
diff --git a/Tools/Scripts/webkitpy/test/runner.py b/Tools/Scripts/webkitpy/test/runner.py |
index 0059c537d89603fb89685816ccb9e78902ba1ae7..5a7927ce8063e8446f87245a328b8d8292df1992 100644 |
--- a/Tools/Scripts/webkitpy/test/runner.py |
+++ b/Tools/Scripts/webkitpy/test/runner.py |
@@ -72,7 +72,7 @@ class _Worker(object): |
self._caller = caller |
self._loader = loader |
- # FIXME: unittest2 and coverage need to be in sys.path for their internal imports to work. |
+ # FIXME: coverage needs to be in sys.path for its internal imports to work. |
thirdparty_path = webkit_finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty') |
if not thirdparty_path in sys.path: |
sys.path.append(thirdparty_path) |