Bläddra i källkod

another fix help -> ghelp

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42215 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 år sedan
förälder
incheckning
6f64f34ca6
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      gui/wxpython/wxgui.py

+ 3 - 3
gui/wxpython/wxgui.py

@@ -91,9 +91,9 @@ import gui_modules.prompt as prompt
 import gui_modules.menu as menu
 import gui_modules.gmodeler as gmodeler
 from   gui_modules.debug import Debug
-from   gui_modules.help import MenuTreeWindow
-from   gui_modules.help import AboutWindow
-from   gui_modules.help import InstallExtensionWindow
+from   gui_modules.ghelp import MenuTreeWindow
+from   gui_modules.ghelp import AboutWindow
+from   gui_modules.ghelp import InstallExtensionWindow
 from   icons.icon import Icons
 
 UserSettings = preferences.globalSettings