Index: Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py |
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py |
index 11cbadc87c46c2ba4369fa115e65e12ed4155c63..ab11029ca878d5c61b06b171059e2a2e1e4bd1a0 100644 |
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py |
+++ b/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py |
@@ -59,7 +59,7 @@ except ImportError: |
# Compatibility with platforms that don't have the signal module |
pass |
else: |
- __all__.extend(['installHandler', 'registerResult', 'removeResult', |
+ __all__.extend(['installHandler', 'registerResult', 'removeResult', |
'removeHandler']) |
# deprecated |