Re: [Tutor] New 2 Python- Script 'kill' function/Ubuntu File Browser hide hidden files

2008-01-13 Thread Ian Egland
Thanks, you helped more than you know. -Ian On Jan 13, 2008 3:58 PM, bob gailer <[EMAIL PROTECTED]> wrote: > Ian Egland wrote: > > Hello, I am new to Python (and OO programming in general) and I have a > > script that I made through a tutorial. > > > > # -*- coding: utf-8 -*- > > # Copyright (C)

Re: [Tutor] New 2 Python- Script 'kill' function/Ubuntu File Browser hide hidden files

2008-01-13 Thread bob gailer
Ian Egland wrote: > Hello, I am new to Python (and OO programming in general) and I have a > script that I made through a tutorial. > > # -*- coding: utf-8 -*- > # Copyright (C) 2007-2008 Ian Egland > # From the Non-Programmer's Guide to Python By Josh Cogliati > # 5.3 Exercise 1 > # Modify the pa

[Tutor] New 2 Python- Script 'kill' function/Ubuntu File Browser hide hidden files

2008-01-13 Thread Ian Egland
Hello, I am new to Python (and OO programming in general) and I have a script that I made through a tutorial. # -*- coding: utf-8 -*- # Copyright (C) 2007-2008 Ian Egland # From the Non-Programmer's Guide to Python By Josh Cogliati # 5.3 Exercise 1 # Modify the password guessing program to keep tr