If an option is deprecated, do not care if it takes a value (#602303).
commita0c4ab93abee6bfcba30b886319e5f2d7e8ab988
authorChris Lumens <clumens@redhat.com>
Thu, 10 Jun 2010 15:48:28 +0000 (10 11:48 -0400)
committerChris Lumens <clumens@redhat.com>
Thu, 10 Jun 2010 15:49:00 +0000 (10 11:49 -0400)
tree3c03274cd8b54bc6f5bb9d906bb36971e8879033
parent86b2b4f0a5e5c5513e8a1e6b32cc42577d00d072
If an option is deprecated, do not care if it takes a value (#602303).

The problem here is that if an option that ever did have a type that requires
a value (string, for instance) then when that option is later deprecated, it
will still require a value.  Then you'll get a parse error instead of the
deprecation warning, which doesn't make a lot of sense.
pykickstart/options.py