mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Fix some plString vararg parameters in normally-disabled code
This commit is contained in:
@ -1194,7 +1194,7 @@ void PythonInterface::initPython()
|
||||
getOutputAndReset(&error);
|
||||
}
|
||||
|
||||
#ifndef BUILDING_PYPLASMA
|
||||
#ifndef BUILDING_PYPLASMA
|
||||
// Begin PEP 302 Import Hook stuff
|
||||
// We need to create a ptImportHook object
|
||||
ptImportHook* hook = PyObject_New(ptImportHook, &ptImportHook_type);
|
||||
|
Reference in New Issue
Block a user