コード例 #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