Skip to content

Commit

Permalink
Merge branch 'help_hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Feb 23, 2024
2 parents 49b772b + 63d1e4a commit fdc36a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions snub/gui/help/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .help_menu import HelpMenu
2 changes: 1 addition & 1 deletion snub/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from snub.gui.utils import IntervalIndex, CheckBox
from snub.gui.stacks import PanelStack, TrackStack
from snub.gui.tracks import TracePlot
from snub.gui.help.help_menu import HelpMenu
from snub.gui.help import HelpMenu


def set_style(app):
Expand Down

0 comments on commit fdc36a6

Please sign in to comment.