Description
From the user mailing list, someone was trying to use the From.formattedFile Source w/a MemPipeline, which fails b/c a) MemPipeline requires ReadableSource instances and b) the FileSourceImpl that formattedFile is based on only implements Source. But there's really no reason why it can't implement ReadableSource, so let's fix it.