Archives for the Date March 4th, 2008

Learning Python: Chapter 20

Package imports require you to put __init__.py files in each directory in the package chain.
The modifier as provides a means of neatly aliasing package paths in import statements with short names.