Module _desktop_entry
source code
|
|
_trivial_warnings = re.compile(r' looks redundant with value ')
|
|
|
_ignored_errors = ('error: (will be fatal in the future): valu...
|
|
|
__package__ = 'portage.util'
|
Imports:
io,
re,
subprocess,
sys,
ConfigParserError,
RawConfigParser,
_encodings,
_unicode_encode,
_unicode_decode,
writemsg
|
Parse the given file with RawConfigParser and return the result. This
may raise an IOError from io.open(), or a ParsingError from
RawConfigParser.
|
_ignored_errors
- Value:
('error: (will be fatal in the future): value "TextEditor" in key "Cat
egories" in group "Desktop Entry" requires another category to be pres
ent among the following categories: Utility',
'warning: key "Encoding" in group "Desktop Entry" is deprecated')
|
|