davemds pushed a commit to branch master.

commit 9ecda024034c753c4cb1304126bb298734ccf56f
Author: davemds <[email protected]>
Date:   Wed May 29 22:34:39 2013 +0200

    Python-EFL: be consistent in file naming
---
 efl/evas/efl.evas.pyx                                          | 6 +++---
 efl/evas/{object_grid.pxi => efl.evas_object_grid.pxi}         | 0
 efl/evas/{object_table.pxi => efl.evas_object_table.pxi}       | 0
 efl/evas/{object_textgrid.pxi => efl.evas_object_textgrid.pxi} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/efl/evas/efl.evas.pyx b/efl/evas/efl.evas.pyx
index 40a9dd7..2b0cd7e 100644
--- a/efl/evas/efl.evas.pyx
+++ b/efl/evas/efl.evas.pyx
@@ -320,9 +320,9 @@ include "efl.evas_object_polygon.pxi"
 include "efl.evas_object_text.pxi"
 include "efl.evas_object_textblock.pxi"
 include "efl.evas_object_box.pxi"
-include "object_textgrid.pxi"
-include "object_table.pxi"
-include "object_grid.pxi"
+include "efl.evas_object_textgrid.pxi"
+include "efl.evas_object_table.pxi"
+include "efl.evas_object_grid.pxi"
 
 
 init()
diff --git a/efl/evas/object_grid.pxi b/efl/evas/efl.evas_object_grid.pxi
similarity index 100%
rename from efl/evas/object_grid.pxi
rename to efl/evas/efl.evas_object_grid.pxi
diff --git a/efl/evas/object_table.pxi b/efl/evas/efl.evas_object_table.pxi
similarity index 100%
rename from efl/evas/object_table.pxi
rename to efl/evas/efl.evas_object_table.pxi
diff --git a/efl/evas/object_textgrid.pxi 
b/efl/evas/efl.evas_object_textgrid.pxi
similarity index 100%
rename from efl/evas/object_textgrid.pxi
rename to efl/evas/efl.evas_object_textgrid.pxi

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to