14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
"""Implementation of Transport that uses memory for its storage.
21
19
The contents of the transport will be lost when the object is discarded,
22
20
so this is primarily useful for testing.
28
27
from stat import S_IFREG, S_IFDIR
29
28
from cStringIO import StringIO