Skip to content

Commit

Permalink
Import gui at method level to avoid error with contextHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 19, 2020
1 parent 3726c77 commit 29ced5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/installTasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import shutil
import globalVars
import gui
import wx

addonHandler.initTranslation()
Expand All @@ -19,6 +18,7 @@ def copyTree(src, dst):
pass

def onInstall():
import gui
configPath = globalVars.appArgs.configPath
addonDir = os.path.abspath(os.path.dirname(__file__))
placeMarkersPath = os.path.join(addonDir, "globalPlugins", "placeMarkers", "savedPlaceMarkers")
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("Add-on for setting place markers on specific virtual documents"),
# version
"addon_version" : "14.0",
"addon_version" : "15.0",
# Author(s)
"addon_author" : u"Noelia <[email protected]>, Chris <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 29ced5d

Please sign in to comment.