Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-evas/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-evas/evas/__init__.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- __init__.py 19 Jul 2007 15:06:44 -0000      1.9
+++ __init__.py 19 Jul 2007 16:07:07 -0000      1.10
@@ -2,7 +2,6 @@
 
 import c_evas
 
-init = c_evas.init
 shutdown = c_evas.shutdown
 render_method_lookup = c_evas.render_method_lookup
 render_method_list = c_evas.render_method_list
@@ -156,3 +155,5 @@
                                 outline_color=outline_color, size=size,
                                 pos=pos, geometry=geometry, color=color,
                                 name=name)
+
+c_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