Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-emotion/examples


Modified Files:
        emotion_test.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-emotion/examples/emotion_test.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- emotion_test.py     9 May 2007 00:11:48 -0000       1.1
+++ emotion_test.py     19 Jul 2007 16:07:07 -0000      1.2
@@ -409,14 +409,5 @@
 
 
 if __name__ == "__main__":
-    evas.init()
-    ecore.init()
-    ecore.evas.init()
-    edje.init()
-
     main()
 
-    edje.shutdown()
-    ecore.evas.shutdown()
-    ecore.shutdown()
-    evas.shutdown()



-------------------------------------------------------------------------
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