Extending on this advice somewhat - is it *ever* correct to "import foobar". There are countless examples of import os,sys etc,etc. Strictly speaking should we always be using "from" to only get what we know we need? Thanks, Rob