[code_prettify] Merge upstream changes to code_prettify, autopep8 & 2to3

This commit is contained in:
Josh Barnes
2017-10-06 03:19:48 +01:00
3 changed files with 6 additions and 6 deletions
@@ -46,10 +46,10 @@ Parameters:
- name: 2to3.kernel_config_map_json
description: |
kernel_config_map_json:
json object defining library calls required to load the kernel-specific
json defining library calls required to load the kernel-specific
converting modules, and the prefix & postfix for the json-format string
required to make the converting call.
input_type: json_object
input_type: textarea
default: |
{
"python": {
@@ -48,10 +48,10 @@ Parameters:
- name: autopep8.kernel_config_map_json
description: |
json object defining library calls required to load the kernel-specific
json defining library calls required to load the kernel-specific
prettifying modules, and the prefix & postfix for the json-format string
required to make the prettifying call.
input_type: json_object
input_type: textarea
default: |
{
"python": {
@@ -48,10 +48,10 @@ Parameters:
- name: code_prettify.kernel_config_map_json
description: |
json object defining library calls required to load the kernel-specific
json defining library calls required to load the kernel-specific
prettifying modules, and the prefix & postfix for the json-format string
required to make the prettifying call.
input_type: json_object
input_type: textarea
default: |
{
"python": {