Commit 75d4405e authored by Amos Latteier's avatar Amos Latteier

Added backward compatibility module alias for moved HelpSystem module.

parent 461223c7
......@@ -82,3 +82,8 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
# backward compatibility
import HelpSys
import sys
sys.modules['HelpSys.HelpSystem']=HelpSys
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment