diff --git a/wiki-lenny/local/macro/PagesPerso.py b/wiki-lenny/local/macro/PagesPerso.py index b014f672..a66726d6 100644 --- a/wiki-lenny/local/macro/PagesPerso.py +++ b/wiki-lenny/local/macro/PagesPerso.py @@ -70,7 +70,7 @@ class account: def comptes(): """Retourne la liste des comptes""" return filter(lambda x: os.path.isdir(u"/home/%s/www" % x) and not os.path.islink(u"/home/%s/www" % x), - os.listdir(u"/home")) + os.listdir(u"/home/mail")) def makeAnchor(letter):