unicode !!!!

darcs-hash:20051101180920-41617-c062120c542e0719cd8bb5001075f5ed77ac315e.gz
This commit is contained in:
pauget 2005-11-01 19:09:20 +01:00
parent 8002a00f48
commit 0cd4ddc06d
3 changed files with 7 additions and 8 deletions

View file

@ -33,7 +33,7 @@ if len(adh) != 1 :
sys.exit(3)
adh = adh[0]
shell = prompt('Nouveau shell :')
shell = prompt(u'Nouveau shell :')
fd=open('/etc/shells')
lines=fd.readlines()
fd.close()