From 4f96a2b096a4a7aceda81e093b03a03d40d82685 Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Wed, 25 Sep 2013 02:35:53 +0300 Subject: [PATCH] Update TODOs --- TODO | 2 +- setup.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 168c1b1..f03a65b 100644 --- a/TODO +++ b/TODO @@ -21,7 +21,7 @@ TODO * evas.SmartObject * edje: complete the unit tests -* elm.Web need a test +* elm.Web needs a test and a lot of work: signals and documentation * include python-ethumb * Review the internal functions and name them consistently * Add more documentation for the use of callbacks diff --git a/setup.py b/setup.py index 5a33d46..df645d7 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,10 @@ from distutils.version import StrictVersion # Cython +# +# TODO: Move this inside a conditional so that pre-generated .c files +# can be used. +# min_ver = "0.17.0" try: from Cython.Distutils import build_ext