Al Pacifico wrote:
I'm a newcomer to Quixote and at first, I thought the Config class defined in quixote/config.py was deprecated, but I see it is imported by both publish.py and publish1.py, so I assume this error is worth addressing.
I don't know if it's officially deprecated, but it contains fewer settings than it used to, which makes it less useful overall. That's why I stopped using it, in favor of keyword args to the Publisher constructor.
_______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
