From 12cf1eba1fa7675ddc781a8deccd60c33bd4c2b9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Wed, 12 Dec 2012 20:34:02 +0100 Subject: [PATCH] fix module name --- src/common/atom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/atom.py b/src/common/atom.py index baa3b02d72..a5ec628ef3 100644 --- a/src/common/atom.py +++ b/src/common/atom.py @@ -32,7 +32,7 @@ if you need import nbxmpp import time -class PersonConstruct(nb.Node, object): +class PersonConstruct(nbxmpp.Node, object): """ Not used for now, as we don't need authors/contributors in pubsub.com feeds. They rarely exist there -- GitLab