Update of /cvsroot/jython/jython/Tools/jythonc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23196
Modified Files:
PythonModule.py
Log Message:
Removed the support for ModuleDictInit. It was a mistake.
Index: PythonModule.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/PythonModule.py,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** PythonModule.py 2000/11/19 22:32:45 2.12
--- PythonModule.py 2000/11/20 21:55:49 2.13
***************
*** 405,409 ****
supername = self.javaproxy.supername
- self.interfaces += [org.python.core.ModuleDictInit]
body = jast.Block(mycode)
return jast.Class(self.name, self.modifier, supername,
--- 405,408 ----
|