Last active
September 20, 2017 10:31
-
-
Save jrabbit/9cbe29892e13d7dadc92b992ad43bb78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
manager = Gtd.Manager.get_default() | |
for tasklist in manager.get_task_lists(): | |
for task in tasklist.get_tasks(): | |
print("??????") | |
print(task.get_description()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment