Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

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


Modified Files:
        01-basics-software_x11.py 01-basics.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/tests/ecore-evas/01-basics-software_x11.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- 01-basics-software_x11.py   30 Apr 2007 20:17:48 -0000      1.1
+++ 01-basics-software_x11.py   19 Jul 2007 16:07:06 -0000      1.2
@@ -12,7 +12,6 @@
         print self.ee
 
 
-ecore.evas.init()
 if ecore.evas.engine_type_supported_get("software_x11"):
     unittest.main()
 ecore.evas.shutdown()
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/tests/ecore-evas/01-basics.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- 01-basics.py        30 Apr 2007 20:17:48 -0000      1.1
+++ 01-basics.py        19 Jul 2007 16:07:06 -0000      1.2
@@ -9,6 +9,5 @@
         self.assertEqual(ecore.evas.engine_name_from_type(0), "software_x11")
 
 
-ecore.evas.init()
 unittest.main()
 ecore.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