remove fixme

This commit is contained in:
Nikos Kouremenos 2005-10-31 23:33:33 +00:00
parent 422ae02f57
commit 6812e423d7

View file

@ -1061,7 +1061,7 @@ class Interface:
# so http://be) will match http://be and http://be)be) will match http://be)be
prefixes = ('http://', 'https://', 'news://', 'ftp://', 'ed2k://', 'www\.', 'ftp\.')
#FIXME: ftp and www to have check if ftp.fooDOTHERE (see mail pattern)
# NOTE: it's ok to catch www.gr such stuff exist!
prefix_pattern = ''
for prefix in prefixes: