Ubuntu Pastebin

Paste from pitti at Thu, 10 Sep 2015 11:21:19 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
>>> print(json.dumps({'kernel_version': '1.2', 'test_kernel_versions': [('test2', 'reboot_to_backport', '1.3~utopic')]}, indent=2))
{
  "kernel_version": "1.2",
  "test_kernel_versions": [
    [
      "test2",
      "reboot_to_backport",
      "1.3~utopic"
    ]
  ]
}
Download as text