[Tutor] An attribute error problem

Kent Johnson kent37 at tds.net
Tue Mar 29 13:11:46 CEST 2005


Kevin wrote:
> Well I just noticed somthing about the entire sServer.py file. All the
> code under each def is not indented

sServer.py mixes tabs and spaces for indentation. If you view it in an editor that indents 8 spaces 
for a tab it is fine.

You might be interested in the reindent.py and untabify.py scripts in the Python/Tools/Scripts 
directory.

Kent



More information about the Tutor mailing list