Skip to content

Commit

Permalink
change preamble in __init__
Browse files Browse the repository at this point in the history
slight change in __init__ preamble to avoid error thrown when loading addon on macos devices
  • Loading branch information
vonpetersenn committed Oct 17, 2023
1 parent 57875f1 commit 6318cbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion pleco_to_anki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from aqt import mw
from aqt.utils import qconnect, showInfo, QAction

from pleco_to_anki.Configuration import Configuration
from .Configuration import Configuration

from .ImportBookmarksGUI import ImportBookmarksGUI
from .pleco.All_Bookmarks import All_Bookmarks
Expand Down

0 comments on commit 6318cbf

Please sign in to comment.