CompileEventHandler new args, and delegate most stuff to Python.
git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC_BRANCH@181534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -230,6 +230,6 @@ init_nsdom() {
|
||||
return;
|
||||
CEnterLeavePython _celp;
|
||||
// Create the module and add the functions
|
||||
Py_InitModule("nsdom", methods);
|
||||
Py_InitModule("_nsdom", methods);
|
||||
have_init = PR_TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user