From 674ee00ed03a26a9fb4a2b111ef2464b99597017 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 19 Apr 2006 17:31:19 +0200 Subject: [PATCH] noop darcs-hash:20060419153119-d1718-95d6187d78d68474befb7ae7b53a6b5b22292898.gz --- wiki/macro/PagesPerso.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wiki/macro/PagesPerso.py b/wiki/macro/PagesPerso.py index 6cf053a9..fc5ba509 100644 --- a/wiki/macro/PagesPerso.py +++ b/wiki/macro/PagesPerso.py @@ -12,7 +12,6 @@ class account: """Instanciation avec le `login' de la personne""" self.login = login self.home = "%s/%s" % (self.home, login) - self.www = self.www _info = None def info(self, champ):