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:
mhammond%skippinet.com.au
2005-10-04 02:10:34 +00:00
parent ee774d5992
commit abf7b92d6e
3 changed files with 224 additions and 255 deletions

View File

@@ -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;
}