Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-edje/examples/evas-demo


Modified Files:
        01-app_launcher.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/examples/evas-demo/01-app_launcher.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- 01-app_launcher.py  25 Jun 2007 18:51:50 -0000      1.4
+++ 01-app_launcher.py  19 Jul 2007 16:07:06 -0000      1.5
@@ -6,10 +6,6 @@
 import sys
 import os
 
-ecore.init()
-ecore.evas.init()
-edje.init()
-
 # Parse command line
 from optparse import OptionParser
 



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