Exemple #1
0
#!/usr/bin/env python
from timy import get_conn as gc, get_recent_tasks as grt

# list the most recent 10 tasks
for task in grt(gc(), 10, False):
    print task