Typo
This commit is contained in:
parent
669c8fc0a2
commit
bb8df1393f
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
|
|||
'got_revision') })
|
||||
|
||||
class LookupEmailTryBuild (object):
|
||||
implements (interfaces.IEmailLookup)
|
||||
implements (IEmailLookup)
|
||||
|
||||
def getAddress (self, name):
|
||||
# List of [ dir, sorted_reverse ]
|
||||
|
|
Loading…
Reference in a new issue