Simply doing...
from google.appengine.api import background_thread
...like in the official documentation, fails for me with...
<type 'exceptions.ImportError'>: cannot import name background_thread
...when calling it from my backend.
How do I get this to import properly?