]> git.ipfire.org Git - thirdparty/lxc.git/commit
python api_test: Drop use of @LXCPATH@
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 1 Mar 2013 16:12:20 +0000 (11:12 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 1 Mar 2013 18:56:04 +0000 (13:56 -0500)
commit1cb4260d10df377deb64f4d2a5fc188890b01e66
tree41f2a9ac0fff5d00d498095426ebb4c4f26abade
parent0e21ea4b15b1f1a066da54aed04f4fcac45d5741
python api_test: Drop use of @LXCPATH@

The python api test script was using @LXCPATH@ for one of its checks.
Now that the lxcpath is exposed by the lxc python module directly, this
can be dropped and api_test.py can now become a simple python file without
needing pre-processing by autoconf.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
.gitignore
configure.ac
src/python-lxc/examples/api_test.py [moved from src/python-lxc/examples/api_test.py.in with 98% similarity]