diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2018-08-04 07:19:31 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2018-08-04 07:19:31 +0200 |
| commit | 47cc7f35c8592845e69fbf17e7a6faa718bdefe9 (patch) | |
| tree | 0f83b114b7f777f0f59f7312e2a087b2cefa64a1 /src/tests | |
| parent | 561413016155d20f320a6e39dea59ef6401628bd (diff) | |
| download | python-decorator-git-47cc7f35c8592845e69fbf17e7a6faa718bdefe9.tar.gz | |
Fixed test
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/test.py | 2 |
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 |
