On Fri, Nov 11, 2016 at 10:31 AM, Edward K. Ream <[email protected]> wrote:
> Future maintainers will see that almost *ever* importers work the same > way. > I meant to say that almost *all* importers work the same way. There are a few special cases: 1. json.py, and .ipynb.py. In both cases, the incoming text is a json dict, so normal import code is out of the question. 2. ctext.py. The importer is very simple. It doesn't need to be a subclass of Importer. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
