Added compat shims in fs.py for old api
commit7024f2cc0041d8fd038844c789d869875e4977af
authorDavid Huff <dhuff@redhat.com>
Mon, 28 Jul 2008 18:22:00 +0000 (28 14:22 -0400)
committerJeremy Katz <katzj@redhat.com>
Wed, 6 Aug 2008 00:24:54 +0000 (5 20:24 -0400)
tree4896ccc9b21d9549930f8e68960fbff60cacd5df
parent8d6b5166013b766f0fca163a52ddd0801568a557
Added compat shims in fs.py for old api

Added a compat layer for backwards compatibility.  These compat
classes internally create the new Disk objects, switching the old api
(LoopbackMount, SparseLoopbackMount, SparseExtLoopbackMount) types to
the new Disk and Mount classes
imgcreate/fs.py