Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto/python-efl

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


Modified Files:
        evas.c_evas.pyx 


Log Message:
Fix EvasLoadError exception constructor.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas.pyx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evas.c_evas.pyx     8 Oct 2007 15:09:01 -0000       1.13
+++ evas.c_evas.pyx     25 Oct 2007 16:20:12 -0000      1.14
@@ -260,7 +260,7 @@
 
 
 class EvasLoadError(Exception):
-    def __init__(self, int code, char *filename, char *key):
+    def __init__(self, int code, filename, key):
         if code == EVAS_LOAD_ERROR_NONE:
             msg = "No error on load"
         elif code == EVAS_LOAD_ERROR_GENERIC:



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to