TransRead: remove local caching functionality
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 16 Sep 2013 09:23:03 +0000 (12:23 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 17 Sep 2013 11:17:28 +0000 (14:17 +0300)
commit024a12ecc28931031b4e27d6e0b757e97722c8f2
tree11a01eda50cdaf40214f6fb97da43e442b47192b
parent0d0d66d1eefc90195b0ae7d561be7984ce5170a0
TransRead: remove local caching functionality

Remove the local caching functionality of the TransRead module. This
functionality does not really belong to the module, and it only makes things
more complex. It is better to either make users of TransRead to locally cache
remote files, or create a small wrapper over TransRead for these purposes.

Since currently there is only one user of this functionality, we just implement
local caching in bmaptool directly.

Change-Id: I649a5e761b9bc4b6b10d035bfd790357eaf6c373
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
TODO
bmaptool
bmaptools/TransRead.py