I am converting to Python 2.7
In doing so the Built-in in yaml is being invalid
application: nameofapp version: 1 runtime: python27 api_version: 1 threadsafe: true
builtins: - datastore_admin: on - remote_api: on
The above is the entry in my YAML file and the builtins: section errors - What am I doing wrong or missing?