Update the import of the Task Queue API when it gets out of labs

Bug #519528 reported by Emilien Klein
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Issue Tracker Tracker
New
Low
Unassigned

Bug Description

When the Task Queue API gets out of labs, the import which is currently
    from google.appengine.api.labs.taskqueue import Task

will need to be changed to
    from google.appengine.api.taskqueue import Task

More details on
http://code.google.com/intl/fr/appengine/docs/python/taskqueue/
and
http://code.google.com/intl/fr/appengine/docs/python/taskqueue/overview.html#Status_of_the_Task_Queue_API

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.