pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

/root/appscale/AppServer/google/appengine/ext/admin/__init__.py in appscale 1.3 root image #179

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
at line : 59 
from google.appengine.api.labs import taskqueue

shoud be :
from google.appengine.api import taskqueue

Original issue reported on code.google.com by marlboro...@gmail.com on 1 Mar 2010 at 10:05

GoogleCodeExporter commented 9 years ago
Invalid. The labs namespace is valid for the version of AppEngine in question, 
but
will have to be changed for the upgrade to 1.3.2.

Original comment by shattere...@gmail.com on 31 Mar 2010 at 6:31