TODO: remove an item about temporary files
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 29 Nov 2012 14:09:11 +0000 (16:09 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 29 Nov 2012 14:09:11 +0000 (16:09 +0200)
commit401079274a0c711719cb6712afc74963331f9142
tree447b9d7c38bb8371a7bd3b7ff692a0b52a79f2b6
parent2eedfaa6190c314ccc216738247dffdd01fe17a1
TODO: remove an item about temporary files

Well, we just do nt have them, so this item is useless. We only have them in
tests, and they get deleted on Ctrl-C because we use the NamedTemporaryFile
python function which deletes the files on close.

Change-Id: I9fce79088c8b66f6cc3a2d8889db941f7becda53
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
TODO