Enlightenment CVS committal Author : barbieri Project : e17 Module : proto
Dir : e17/proto/python-efl/python-edje/edje Modified Files: __init__.py Log Message: init is now implicit, you can still call <module>.c_<module>.init() shutdown() is optional, just used in tests to check if things are being released as expected. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- __init__.py 19 Jul 2007 15:06:44 -0000 1.3 +++ __init__.py 19 Jul 2007 16:07:06 -0000 1.4 @@ -2,7 +2,6 @@ import c_edje -init = c_edje.init shutdown = c_edje.shutdown frametime_set = c_edje.frametime_set @@ -60,3 +59,5 @@ self._new_obj() self._set_common_params(file=file, group=group, size=size, pos=pos, geometry=geometry, color=color, name=name) + +c_edje.init() ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs