Re-factor imgcreate/fs.py module
commit129083062fb7b21a49e5f84196d673fa1c37a5bc
authorDavid Huff <dhuff@redhat.com>
Mon, 21 Jul 2008 21:26:55 +0000 (21 17:26 -0400)
committerJeremy Katz <katzj@redhat.com>
Wed, 6 Aug 2008 00:24:54 +0000 (5 20:24 -0400)
tree518a7fac5fdd3f79ceb6d579e6d5f97dca849e1b
parent8243a268c7791355832ba5efce6fff963a55f3f3
Re-factor imgcreate/fs.py module

Most of the change here involves re-factoring the imgcreate/fs.py module to
separate the difference between a disk and a mount.

So this patch separates the roles. There are now classes which deal with
accessing / creating disks and classes which deal with mounting things.

Also fixed comments to use the standard pydoc """ format.
Based on a patch by Daniel Berrange <berrange@redhat.com>
imgcreate/fs.py