Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

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


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/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- __init__.py 13 May 2007 20:51:38 -0000      1.3
+++ __init__.py 19 Jul 2007 16:07:06 -0000      1.4
@@ -2,7 +2,6 @@
 
 import c_ecore
 
-init = c_ecore.init
 shutdown = c_ecore.shutdown
 
 main_loop_begin = c_ecore.main_loop_begin
@@ -76,3 +75,5 @@
     def __new__(type, fd, flags, func, *args, **kargs):
         obj = fd_handler_add(fd, flags, func, *args, **kargs)
         return obj
+
+c_ecore.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