| Index: tools/json_schema_compiler/schema_util.py
|
| diff --git a/tools/json_schema_compiler/schema_util.py b/tools/json_schema_compiler/schema_util.py
|
| index 7ce399e8ed31e0a0a75a76d82176a39a9a00e6a1..d67ab1f2b29dd64c775b03a52803179ab85d0968 100644
|
| --- a/tools/json_schema_compiler/schema_util.py
|
| +++ b/tools/json_schema_compiler/schema_util.py
|
| @@ -4,8 +4,6 @@
|
| """Utilies for the processing of schema python structures.
|
| """
|
|
|
| -import json_parse
|
| -
|
| def CapitalizeFirstLetter(value):
|
| return value[0].capitalize() + value[1:]
|
|
|
|
|