On Mon, 23 Jul 2012 06:22:45 -0400, Devin Jeanpierre wrote: > Also adding . to the import search path is probably a bad diea. I don't know about a bad idea or not, but it is certainly redundant, because Python automatically adds '' (equivalent to '.') to the very start of the search path. -- Steven