Detabification massive.
darcs-hash:20051018083823-d1718-09c2df38cfb707d3c3679188b9b9a812009f4f7c.gz
This commit is contained in:
parent
3c54fb2904
commit
37b21339a6
40 changed files with 1473 additions and 1473 deletions
|
@ -23,14 +23,14 @@ def GrabInfos(aDB):
|
|||
maison = os.listdir('/home')
|
||||
|
||||
for login in maison:
|
||||
compte = CompteRec.CCompte(login)
|
||||
compte = CompteRec.CCompte(login)
|
||||
|
||||
if compte: # il y a un .info, un .plan ou un .www :
|
||||
aDB.Put(login,compte)
|
||||
|
||||
i = i - 1
|
||||
if not i: break # en debogage, on ne mouline pas tous les comptes !
|
||||
|
||||
if compte: # il y a un .info, un .plan ou un .www :
|
||||
aDB.Put(login,compte)
|
||||
|
||||
i = i - 1
|
||||
if not i: break # en debogage, on ne mouline pas tous les comptes !
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue