Files
freeipa/ipaserver
Martin Basti 2674a217ac py3: configparser: use raw keyword
configparser.get() changed in python3 and `raw` is now a keyword attribute.

Also it must be set to True, otherwise InterpolationSyntaxError is raised

'''
InterpolationSyntaxError: '%' must be followed by '%' or '(', found:
'%2fvar%2frun%2fslapd-EXAMPLE-COM.socket'
'''

https://fedorahosted.org/freeipa/ticket/4985

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2017-02-10 14:03:04 +01:00
..
2010-12-20 17:19:53 -05:00
2016-06-15 13:51:48 +02:00
2017-01-31 18:33:27 +01:00
2016-10-20 18:43:37 +02:00
2016-12-02 09:45:14 +01:00