# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# NOTE: To remove once the API is stabilized
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import argparse
import gettext
import lxc
import os
-import sys
_ = gettext.gettext
gettext.textdomain("lxc-device")
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# NOTE: To remove once the API is stabilized
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import argparse
import gettext
import json
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
-# NOTE: To remove once the API is stabilized
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import argparse
import gettext
import lxc
# USA
#
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import lxc
import uuid
import sys
# USA
#
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import gtk
import vte
import lxc
# USA
#
-import warnings
-warnings.filterwarnings("ignore", "The python-lxc API isn't yet stable")
-
import lxc
import sys
import time
import _lxc
import os
import subprocess
-import stat
import time
-import warnings
-
-warnings.warn("The python-lxc API isn't yet stable "
- "and may change at any point in the future.", Warning, 2)
default_config_path = _lxc.get_global_config_item("lxc.lxcpath")
version = _lxc.get_version()