how to avoid importing the same module more than once?
Graham Guttocks
graham_guttocks at yahoo.co.nz
Mon Apr 9 18:07:39 EDT 2001
More information about the Python-list mailing list
Mon Apr 9 18:07:39 EDT 2001
- Previous message (by thread): how to avoid importing the same module more than once?
- Next message (by thread): how to avoid importing the same module more than once?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings, When breaking up a large program into several different modules, I'm wondering if there is any way to avoid importing the same global modules more than once, as I'm sure this is degrading performance. For example, if I have a program which uses the "os" built-in module and imports two custom modules which also use "os", then I end up running "import os" three times! Regards, Graham _____________________________________________________________________________ http://movies.yahoo.com.au - Yahoo! Movies - Now showing: Dude Where's My Car, The Wedding Planner, Traffic..
- Previous message (by thread): how to avoid importing the same module more than once?
- Next message (by thread): how to avoid importing the same module more than once?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list