# HG changeset patch # User Jeff Hammel # Date 1307636685 25200 # Node ID 2a9274608af39b600f8d1c2b014d8b892d5a413d # Parent 6bb431e41e0b67eda4aa7ed87c034ec358f46b65 comment + whitespace diff -r 6bb431e41e0b -r 2a9274608af3 pyloader/factory.py --- a/pyloader/factory.py Thu Jun 09 09:23:47 2011 -0700 +++ b/pyloader/factory.py Thu Jun 09 09:24:45 2011 -0700 @@ -188,10 +188,9 @@ # get arguments from .ini options for option, value in options.items(): - if option == '.': # positional arguments sect['args'] = cast.str2list(value) - else: + else: # keyword arguments sect.setdefault('kwargs', {})[option] = value # get the object definitions