This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fail in __init__() with error if Gtk4 was previously imported (#651)
* fail in __init__() with error if Gtk4 was previously imported (prevents a crash) Also remove redundant tests that I introduced * run CI again
- Loading branch information
1 parent
b1e2d5e
commit 4a45ca4
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,4 @@ include("gui.jl") | |
include("list.jl") | ||
include("misc.jl") | ||
include("text.jl") | ||
include("tree.jl") | ||
|
||
end |