Commit 9626da7f by Stéphane Graber

python3: Export get_global_config_item

get_global_config_item was added in _lxc but not mapped into lxc itself, this resolves this oversight. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 7faf057b
...@@ -28,6 +28,7 @@ import subprocess ...@@ -28,6 +28,7 @@ import subprocess
import time import time
default_config_path = _lxc.get_global_config_item("lxc.lxcpath") default_config_path = _lxc.get_global_config_item("lxc.lxcpath")
get_global_config_item = _lxc.get_global_config_item
version = _lxc.get_version() version = _lxc.get_version()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment