modpython: We are modpython not modperl

This commit is contained in:
Kyle Fuller
2011-09-05 21:56:18 +00:00
parent b75e0b71ae
commit eb5ac35466

View File

@@ -24,6 +24,7 @@ class CModPython: public CModule {
PyObject* m_PyZNCModule;
PyObject* m_PyFormatException;
vector<PyObject*> m_vpObject;
public:
@@ -173,7 +174,7 @@ public:
return HALT;
}
bSuccess = false;
sRetMsg += " unknown value returned by modperl.load_module";
sRetMsg += " unknown value returned by modpython.load_module";
return HALT;
}