diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2013-09-30 07:26:35 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2013-09-30 07:26:35 +0300 |
commit | 6587b5be679e659337f3f2219186eb4f9afc44d0 (patch) | |
tree | 6c23e8583e726349b558e26890b6472b2ae8e52b /include/efl.c_eo.pxd | |
parent | 4f96a2b096a4a7aceda81e093b03a03d40d82685 (diff) |
Rename efl.pxd to efl.eina.pxd
Diffstat (limited to 'include/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index 91a5328..ae554fd 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -15,7 +15,7 @@ | |||
15 | # You should have received a copy of the GNU Lesser General Public License | 15 | # You should have received a copy of the GNU Lesser General Public License |
16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. | 16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | ||
18 | from efl cimport * | 18 | from efl.eina cimport * |
19 | 19 | ||
20 | cdef extern from "Eo.h": | 20 | cdef extern from "Eo.h": |
21 | #################################################################### | 21 | #################################################################### |