예제 #1
0
파일: timyl.py 프로젝트: joeslice/timy
#!/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