summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2016-12-19 13:10:06 -0500
committergrabner <pjg.github@ubergrabner.net>2016-12-19 13:10:06 -0500
commitc0f625805cc88555a1c0ac8468731825a60f4058 (patch)
treeee61b3e7030a6c6f46eadc2d5842b6486fb26b1a
parent274a1a1287f3f4592da3150c9f9d31c226a9fb7f (diff)
downloadiniherit-c0f625805cc88555a1c0ac8468731825a60f4058.tar.gz
fixed issue #6
-rw-r--r--iniherit/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iniherit/parser.py b/iniherit/parser.py
index e883334..ccb81e5 100644
--- a/iniherit/parser.py
+++ b/iniherit/parser.py
@@ -172,7 +172,7 @@ class IniheritMixin(object):
#----------------------------------------------------------------------------
def _im_setraw(self, parser, section, option, value):
- if six.PY3 and hasattr(dst, '_interpolation'):
+ if six.PY3 and hasattr(parser, '_interpolation'):
# todo: don't do this for systems that have
# http://bugs.python.org/issue21265 fixed
try: