1
vote
python import coding style
Another useful thing to note is that parts of using "import" inside of a function have been completely removed in Python 3.0.
There is a brief mention of it under "Removed Syntax" here: …
