mod_hgpoll.py

changeset 75
1818d56c8ff5
parent 74
9f14fb6995ff
child 76
a2fe9ba3041a
--- 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

mercurial