s few more small cleanups

This commit is contained in:
gallowj
2021-04-22 17:21:55 -05:00
parent 50abfbb3f5
commit ec8dd9ff88
2 changed files with 2 additions and 1 deletions
@@ -68,7 +68,7 @@ class HelpMenu():
INPUTS:
main_window = the class instance of the QMainWindow
tool_label = the menu label for the tool's help item
tool_help_page = the http:// path to the specific bpTool help page
tool_help_page = the http:// path to the tool specific help page
Here's an example
# self.help_menu = azpy.shared.ui.help_menu.setup(self, 'Help...', 'https://some.site.com/azpy')
@@ -81,6 +81,7 @@ try:
import pathlib
except:
import pathlib2 as pathlib
from pathlib import Path
_DCCSIG_PATH = Path(_DCCSIG_PATH).resolve()
_DCCSI_PYTHON_LIB_PATH = Path(_DCCSI_PYTHON_LIB_PATH).resolve()