I guess the class names stands for Python Messenger or something along these lines, but what is it for? I especially notice the method CyPythonMgr.debugMsg() taking the string parameter msg. Does it simply print debug strings into the Python Debug Log? Is there any reason to use it instead of, say, just a print statement?