diff -r 9f14fb6995ff -r 1818d56c8ff5 mod_hgpoll.py --- a/mod_hgpoll.py Mon Nov 10 02:10:49 2014 +0200 +++ b/mod_hgpoll.py Mon Nov 10 02:11:57 2014 +0200 @@ -82,7 +82,7 @@ author = match.group (1) email = match.group (2) - username = find_developer_by_email (email) + username = Bt.find_developer_by_email (email) if username != '': author = username