Apply the obvious easy changes from 2to3 (#985310).
commite84703c0d0441cdea38def3737a5e60fc7324c20
authorChris Lumens <clumens@redhat.com>
Fri, 3 Oct 2014 19:59:25 +0000 (3 15:59 -0400)
committerChris Lumens <clumens@redhat.com>
Fri, 3 Oct 2014 20:02:07 +0000 (3 16:02 -0400)
tree449c956405ab5a0d12e5dd7c48abdeb92a73f0e0
parent27567d3a5ef497ba39733dbee1d7d6081827a286
Apply the obvious easy changes from 2to3 (#985310).

I've not yet done any of the unicode stuff since that looks pretty likely to
cause bugs, nor the different exception syntax given I may still need to
support much older versions of python from this codebase.
pykickstart/base.py
pykickstart/commands/autopart.py
pykickstart/commands/btrfs.py
pykickstart/commands/raid.py
pykickstart/handlers/control.py
pykickstart/options.py
pykickstart/parser.py
pykickstart/version.py
tests/baseclass.py
tests/version.py