Break the method command out into individual commands.
commite3f65a7c758fd78d7b63ee61eeadaa10c8d7dfb4
authorChris Lumens <clumens@redhat.com>
Fri, 28 Jun 2013 17:56:43 +0000 (28 13:56 -0400)
committerChris Lumens <clumens@redhat.com>
Wed, 10 Jul 2013 14:28:26 +0000 (10 10:28 -0400)
tree59a9df73c677186b6146b1c772b9ac38c4431e49
parenteb6e252b08e7521de72498f78dd6a0d4e60f0f20
Break the method command out into individual commands.

This is required for making tab completion in my in-progress kickstart
shell work for these commands.  Also, it really should have been done
this way all along.  It will require some extra smarts for determining
what method the user really means, though.
14 files changed:
pykickstart/commands/__init__.py
pykickstart/commands/cdrom.py [new file with mode: 0644]
pykickstart/commands/harddrive.py [new file with mode: 0644]
pykickstart/commands/liveimg.py [new file with mode: 0644]
pykickstart/commands/method.py [deleted file]
pykickstart/commands/nfs.py [new file with mode: 0644]
pykickstart/commands/url.py [new file with mode: 0644]
pykickstart/handlers/control.py
tests/commands/cdrom.py [copied from pykickstart/commands/__init__.py with 58% similarity]
tests/commands/harddrive.py [new file with mode: 0644]
tests/commands/liveimg.py [new file with mode: 0644]
tests/commands/method.py [deleted file]
tests/commands/nfs.py [new file with mode: 0644]
tests/commands/url.py [new file with mode: 0644]