~ishanthilina/gtg/googleTasks

« back to all changes in this revision

Viewing changes to GTG/backends/backend_gtask.py

  • Committer: ishanthilina at gmail
  • Date: 2013-01-14 14:09:57 UTC
  • Revision ID: ishanthilina@gmail.com-20130114140957-tkjqalu4q2x1e03k
going to push

Show diffs side-by-side

added added

removed removed

Lines of Context:
488
488
        print dir(task)
489
489
        print "\n"
490
490
        print dir(task.get_remote_ids())
 
491
        print task.get_remote_ids().values()
491
492
        print "\n"
492
493
        #print task.get_remote_ids().values[0]
493
494