]> git.ipfire.org Git - thirdparty/lxc.git/commit
mark the python examples as having utf-8 encoding
authorEvgeni Golov <evgeni@debian.org>
Sat, 8 Oct 2016 16:29:30 +0000 (18:29 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 18 Nov 2016 01:31:44 +0000 (20:31 -0500)
commit957edbf83b0e35214963cd5d5be492fb88083a93
tree2f6d88cfe0b37471143c7c6b63832955268ec72b
parentdf3e388aba421ad26dedc5af2b65f58f4ff7ce59
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