Update TODOs

This commit is contained in:
Kai Huuhko 2013-09-25 02:35:53 +03:00
parent a1d45bb167
commit 4f96a2b096
2 changed files with 5 additions and 1 deletions

2
TODO
View File

@ -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

View File

@ -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