Fix DeprecationWarning: google.appengine.api.labs.taskqueue ismaster
commit9d5c8ebae88e8a215b1ace74cc67c247693b27ae
authorWesley Tanaka <wtanaka@yahoo.com>
Wed, 5 Jan 2011 06:53:19 +0000 (4 20:53 -1000)
committerWesley Tanaka <wtanaka@yahoo.com>
Wed, 5 Jan 2011 06:53:19 +0000 (4 20:53 -1000)
treebb0c8a82ddd15d484e38e1484931235b13a0ebdb
parent9179c7ef8d185862a7a8530a332bf5f745d3003b
Fix DeprecationWarning: google.appengine.api.labs.taskqueue is
deprecated, please use google.appengine.api.taskqueue

http://code.google.com/appengine/docs/python/taskqueue/overview.html

"""
The App Engine Task Queue API is now available at its final location
of:

google.appengine.api.taskqueue

The previous location of the App Engine Task Queue API is now
deprecated. If you have used the App Engine Task Queue API while it
was a labs feature, please update your code to remove any deprecation
warnings.
"""
src/errors/middleware.py