Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-22 Thread Kevin Horn
BTW, lore2sphinx and accompanying Sphinx skeleton project now up on bitbucket here: http://bitbucket.org/khorn/lore2sphinx/ Thanks to ssteinerX for guiding me through the process. Enjoy! Kevin Horn ___ Twisted-Python mailing list Twisted-Python@twisted

Re: [Twisted-Python] Coding standard question: flowing long imports with parens

2009-12-22 Thread Robert Kern
On 2009-12-21 18:55 PM, Glyph Lefkowitz wrote: > This is handy, and a bit more reliable than an unstructured import, but what > I *really* want is the ability to say "what depends on this", where "this" is > a fully-qualified dotted name in Python. The weakness of grinimports seems > to be tha