Commit 1802d132 authored by Jason R. Coombs's avatar Jason R. Coombs

Apply patch, disabling interpolation. Fixes #889.

parent e066c97f
......@@ -33,7 +33,7 @@ class Distribution_parse_config_files:
if DEBUG:
self.announce("Distribution.parse_config_files():")
parser = ConfigParser()
parser = ConfigParser(interpolation=None)
for filename in filenames:
if DEBUG:
self.announce(" reading %s" % filename)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment