Cosimo Lupo 3d8b498ad1 [Snippets/interpolate] replace warnings with logging
Here I use logging.basicConfig to configure the root logger, and hence all the other loggers,
including fontTools'.

I could have used fontTools.configLogger as well (and get predefined formatter, etc.), but wanted
to show that one can also configure the fontTools logger using the built-in logging configuration
functions (e.g. basicConfig, config.dictConfig and config.fileConfig).
2016-01-27 19:02:48 +00:00
..
2015-01-21 13:17:11 -08:00
2015-01-21 13:18:15 -08:00
2015-08-20 11:13:54 +01:00
2015-08-20 11:13:54 +01:00
2015-08-20 11:13:54 +01:00

This directory includes snippets that people might useful to get ideas
from.  The contents will come and go, don't rely on them being there or
having a certain API.  If you need it, copy it and modify it.