192
192
format_registry.register_lazy(
196
196
'Version info in RIO (simple text) format (default).')
197
197
format_registry.default_key = 'rio'
198
198
format_registry.register_lazy(
201
201
'PythonVersionInfoBuilder',
202
202
'Version info in Python format.')
203
203
format_registry.register_lazy(
206
206
'CustomVersionInfoBuilder',
207
207
'Version info in Custom template-based format.')