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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to