1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_CONFIGOBJ 2*4882a593Smuzhiyun bool "python-configobj" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun ConfigObj is a simple but powerful config file reader and 6*4882a593Smuzhiyun writer: an ini file round tripper. Its main feature is that 7*4882a593Smuzhiyun it is very easy to use, with a straightforward programmer's 8*4882a593Smuzhiyun interface and a simple syntax for config files. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun http://www.voidspace.org.uk/python/configobj.html 11