Fix argparse bugs

By fiter... on October 15, 2014 13:19 (imported from Google Code)


Some config parameters in config.cfg are not matched to the sender. For example, if your config.cfg is:

[tcp]
waitTime = 0.1

Then the sender will still be instantiated with the default values, as defined in argparser.py .