Ubuntu Pastebin

Paste from smoser at Thu, 12 May 2016 17:22:38 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
$ python -m flake8 --version
2.5.4 (pep8: 1.7.0, mccabe: 0.2.1, pyflakes: 1.1.0) CPython 2.7.11+ on Linux
$ python3 -m flake8 --version
2.5.4 (pep8: 1.7.0, mccabe: 0.2.1, pyflakes: 1.1.0) CPython 3.5.1+ on Linux
$ python3 -m flake8 cloudinit/sources/helpers/openstack.py
$ echo $?
0
$ python -m flake8 cloudinit/sources/helpers/openstack.py
$ echo $?
0
$ bzr revno
1216
Download as text