Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-ecore/ecore/evas


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-ecore/ecore/evas/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- __init__.py 22 Jun 2007 21:05:07 -0000      1.2
+++ __init__.py 19 Jul 2007 16:07:06 -0000      1.3
@@ -2,7 +2,6 @@
 
 import c_ecore_evas
 
-init = c_ecore_evas.init
 shutdown = c_ecore_evas.shutdown
 
 engine_type_supported_get = c_ecore_evas.engine_type_supported_get
@@ -17,3 +16,4 @@
 Buffer = c_ecore_evas.Buffer
 SoftwareX11_16 = c_ecore_evas.SoftwareX11_16
 
+c_ecore_evas.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

Reply via email to