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