Make sure self.config['filter'] is a list
authorGuido Günther <agx@sigxcpu.org>
Sun, 16 Oct 2011 17:08:00 +0000 (19:08 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sun, 16 Oct 2011 17:16:13 +0000 (19:16 +0200)
commite984baff81c126c0c36ea9c9341c49490a315dec
treecef70950cb35c60303c916edfd494a56e69f0a04
parent351aed961f97b96dd63bbe23b482abf005b58b8f
Make sure self.config['filter'] is a list

The python2.7 OptionParser chokes otherwise.
gbp/config.py