Re: Quixote 2.1: quixote/config.py missing check_session_addr
Mike Orr <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
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.