~ubuntu-branches/ubuntu/trusty/python-ecore/trusty

« back to all changes in this revision

Viewing changes to ecore/win32/ecore.win32.c_ecore_win32.pyx

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-08-17 16:58:12 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110817165812-z6acn9kxhr2dhb41
Tags: 0.7.3-1ubuntu1
* Backport from upstream:
  - Make python-ecore build again, and also without apparent warnings.
  - Support Cython 0.14.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# You should have received a copy of the GNU Lesser General Public License
16
16
# along with this Python-Ecore.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
 
from python_ref cimport PyObject, Py_INCREF, Py_DECREF
19
 
from python_mem cimport PyMem_Malloc, PyMem_Free
 
18
from cpython cimport PyObject, Py_INCREF, Py_DECREF
 
19
from cpython cimport PyMem_Malloc, PyMem_Free
 
20
from cpython cimport bool
20
21
 
21
22
def init():
22
23
    ecore_win32_init()