Put writePriority defaults in the default arguments to command objects instead
commit9cc19d6239952f0343907357128dd5a69005bd26
authorChris Lumens <clumens@redhat.com>
Fri, 12 Jan 2007 17:21:27 +0000 (12 17:21 +0000)
committerChris Lumens <clumens@redhat.com>
Fri, 12 Jan 2007 17:21:27 +0000 (12 17:21 +0000)
tree0856aee974893a60e577e03997351b7eb9f30407
parent950c51793c4d540b8e65295a23edf8a86b7814c1
Put writePriority defaults in the default arguments to command objects instead
of in the calls to creating them, as that didn't work for subclasses.  Also
change how we handle default arguments that are lists.
pykickstart/commands/fc4.py
pykickstart/commands/fc5.py
pykickstart/commands/fc6.py