This commit is contained in:
Scott Moser
2012-09-24 20:58:05 -04:00
parent 36f2c98d46
commit 27f3ab824b

View File

@@ -56,6 +56,7 @@ D_QUOTE_CHARS = {
'`': '\`', '`': '\`',
} }
def _make_sysconfig_bool(val): def _make_sysconfig_bool(val):
if val: if val:
return 'yes' return 'yes'