Question about circular imports
Ethan Furman
ethan at stoneleaf.us
Tue Feb 28 12:58:28 EST 2012
More information about the Python-list mailing list
Tue Feb 28 12:58:28 EST 2012
- Previous message (by thread): Question about circular imports
- Next message (by thread): Question about circular imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OKB (not okblacke) wrote: > Anyway, testing this just reinforced my distaste for circular > imports. Just trying to think about how it ought to work with a > importing c but then c and d importing each other makes my brain hurt. > Refactoring the files so that common code is in a separate library > imported by both is easier to understand, and has the nice side bonus > that it works. > +1 QOTW
- Previous message (by thread): Question about circular imports
- Next message (by thread): Question about circular imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list