summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test.py b/src/tests/test.py
index 69bf327..3c4dcd1 100644
--- a/src/tests/test.py
+++ b/src/tests/test.py
@@ -14,7 +14,7 @@ except AttributeError:
from decorator import dispatch_on, contextmanager, decorator
try:
from . import documentation as doc
-except ValueError:
+except (ImportError, ValueError, SystemError): # depending on the py-version
import documentation as doc