* Fix compilation errors on Windows hopefully. Implemented the suggestion done
by Aphex - thanks. * Added the doc strings to the Object module. * Added more functionality to the Object module.
This commit is contained in:
@@ -200,6 +200,8 @@ PyObject *M_Lamp_Init (void)
|
||||
{
|
||||
PyObject *submodule, *Types, *Modes;
|
||||
|
||||
Lamp_Type.ob_type = &PyType_Type;
|
||||
|
||||
Types = M_Lamp_TypesDict ();
|
||||
Modes = M_Lamp_ModesDict ();
|
||||
|
||||
|
Reference in New Issue
Block a user