Merge "Revert "Change list_opts to dictionary style""

This commit is contained in:
Jenkins
2017-02-01 22:08:54 +00:00
committed by Gerrit Code Review

View File

@@ -218,4 +218,4 @@ def disable_web_trace(conf=None):
def list_opts():
return {_profiler_opt_group: _PROFILER_OPTS}
return [(_profiler_opt_group.name, _PROFILER_OPTS)]