Ubuntu Pastebin

Paste from pitti at Thu, 10 Sep 2015 11:18:58 +0000

Download as text
1
2
>>> json.dumps({'kernel_versions': [('test1', '', '1.2'), ('test2', '', '1.2'), ('test2', 'reboot_to_backport', '1.3~utopic')]})
'{"kernel_versions": [["test1", "", "1.2"], ["test2", "", "1.2"], ["test2", "reboot_to_backport", "1.3~utopic"]]}'
Download as text