]> git.ipfire.org Git - thirdparty/lxc.git/commit
mark the python examples as having utf-8 encoding 1224/head
authorEvgeni Golov <evgeni@debian.org>
Sat, 8 Oct 2016 16:29:30 +0000 (18:29 +0200)
committerEvgeni Golov <evgeni@debian.org>
Sat, 8 Oct 2016 16:31:33 +0000 (18:31 +0200)
commit59e8ed7637b5bd09c264c4325d7460f88ae4c34c
tree5ce1a22a57f759d11c1a343ce76553dd63ed4937
parentfd5cf681679130d9b75fa4a74f3b8c53376ef7a9
mark the python examples as having utf-8 encoding

this allows running them also under Python2, which otherwise
would choke on Stéphane's name and error out with
 SyntaxError: Non-ASCII character '\xc3' in file …

Signed-off-by: Evgeni Golov <evgeni@debian.org>
src/python-lxc/examples/api_test.py
src/python-lxc/examples/pyconsole-vte.py
src/python-lxc/examples/pyconsole.py