2376
2376
:param str_or_unicode: A string representing the file content. This will
2377
2377
be utf-8 encoded internally.
2383
2380
raise AssertionError('Already loaded: %r' % (self._config_obj,))
2386
2383
# The config files are always stored utf8-encoded
2387
2384
self._config_obj = ConfigObj(co_input, encoding='utf-8')