summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/code.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/code.py')
-rw-r--r--tools/json_schema_compiler/code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/json_schema_compiler/code.py b/tools/json_schema_compiler/code.py
index 3622237..8ce6afa 100644
--- a/tools/json_schema_compiler/code.py
+++ b/tools/json_schema_compiler/code.py
@@ -133,6 +133,7 @@ class Code(object):
"""
return '\n'.join([l.value for l in self._code])
+
class Line(object):
"""A line of code.
"""