comparison pyloader/factory.py @ 49:43cb882c3b72

fix test failure
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 08 Jun 2011 21:58:18 -0700
parents 03e03668f546
children 12de7b1bf303
comparison
equal deleted inserted replaced
48:03e03668f546 49:43cb882c3b72
129 if wrapper not in config: 129 if wrapper not in config:
130 wrapper_section = names[wrapper] 130 wrapper_section = names[wrapper]
131 if wrapper_section in seen: 131 if wrapper_section in seen:
132 pass # TODO 132 pass # TODO
133 create_section(wrapper_section, iniconfig[wrapper_section]) 133 create_section(wrapper_section, iniconfig[wrapper_section])
134 wrapper_options = config[wrapper_section] 134 wrapper_options = config[wrapper]
135 # TODO interpolate wrapper_options 135 # TODO interpolate wrapper_options
136 path = _path 136 path = _path
137 137
138 # make a dict for the section 138 # make a dict for the section
139 path = path % defaults 139 path = path % defaults