Skip to content

Commit 01ddc28

Browse files
committed
avoid load builtins before installation
1 parent 57caa82 commit 01ddc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"__version__",
3535
"pymathics_version_data"
3636
)
37-
except Exception:
37+
except ModuleNotFoundError:
3838
__all__ = (
3939
"__version__",
4040
"pymathics_version_data"

0 commit comments

Comments
 (0)