Don't use action="append_const" in firewall.py.
commit91491ec5ae88f798036cc0fa7e42f4a8a01387cc
authorChris Lumens <clumens@redhat.com>
Thu, 3 Dec 2009 21:01:08 +0000 (3 16:01 -0500)
committerChris Lumens <clumens@redhat.com>
Thu, 3 Dec 2009 21:01:08 +0000 (3 16:01 -0500)
treeeb01730444bbb785b98140d91b4c14ab569cafc1
parent2216c39a08c2bcc3523badf3dae99fa17730580a
Don't use action="append_const" in firewall.py.

The reason for this is that python2.4 doesn't support it, and we're still
using python2.4 on RHEL5, and all the builders have RHEL5 installed.  So
if we want to continue using pykickstart for testing and building, we've got
to use this workaround.
pykickstart/commands/firewall.py