From: Henry-Nicolas Tourneur <debian@nilux.be>
Date: Fri, 26 Apr 2024 16:27:54 +0100
Subject: The compatibility helper support both py2 and 3 versions while the

py2 compatibility code causes a syntax error during compilation time.
The whole compatibility module is removed to address this syntax issue.
Description: The compatibility helper support both py2 and 3 versions while the py2 compatibility code causes a syntax error during compilation time. The whole compatibility module is removed to address this syntax issue.
---
 readability/compat/two.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/readability/compat/two.py b/readability/compat/two.py
index 642ecb7..e69de29 100644
--- a/readability/compat/two.py
+++ b/readability/compat/two.py
@@ -1,6 +0,0 @@
-def raise_with_traceback(exc_type, traceback, *args, **kwargs):
-    """
-    Raise a new exception of type `exc_type` with an existing `traceback`. All
-    additional (keyword-)arguments are forwarded to `exc_type`
-    """
-    raise exc_type(*args, **kwargs), None, traceback
