Pass clear_load into whell as **kwargs

This commit is contained in:
Thomas S Hatch 2012-10-26 15:55:16 -06:00
parent 29b645cb28
commit bafbd775d9

View File

@ -1434,7 +1434,7 @@ class ClearFuncs(object):
return self.wheel_.call_func(
clear_load.pop('mod'),
clear_load.pop('fun'),
clear_load)
**clear_load)
def mk_token(self, clear_load):
'''