Ubuntu Pastebin

Paste from smoser at Wed, 15 Jun 2016 18:10:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
$ pep8 cloudinit/cmd/main.py
cloudinit/cmd/main.py:35:1: E402 module level import not at top of file
cloudinit/cmd/main.py:36:1: E402 module level import not at top of file
cloudinit/cmd/main.py:37:1: E402 module level import not at top of file
cloudinit/cmd/main.py:38:1: E402 module level import not at top of file
cloudinit/cmd/main.py:39:1: E402 module level import not at top of file
cloudinit/cmd/main.py:40:1: E402 module level import not at top of file
cloudinit/cmd/main.py:41:1: E402 module level import not at top of file
cloudinit/cmd/main.py:42:1: E402 module level import not at top of file
cloudinit/cmd/main.py:44:1: E402 module level import not at top of file
cloudinit/cmd/main.py:45:1: E402 module level import not at top of file
cloudinit/cmd/main.py:47:1: E402 module level import not at top of file
Download as text