Don't specify {} as the default argument to any method.
commit8850da99188621be969dac447b29bd9b19d6c646
authorChris Lumens <clumens@redhat.com>
Fri, 5 Nov 2010 21:59:14 +0000 (5 17:59 -0400)
committerChris Lumens <clumens@redhat.com>
Fri, 5 Nov 2010 22:22:19 +0000 (5 18:22 -0400)
tree88eb3beb37f0682d136475056c89585e09853900
parent51c7b217c4723770337db3f4d2a4b252c3bb5686
Don't specify {} as the default argument to any method.

This is dangerous because it ends up being a class variable so later callers
may not get the default empty dict they were expecting.
pykickstart/base.py
pykickstart/options.py