def f_mod(x):
    return ( x.find('__init__') == -1 and MODFILE_RE.match(x) )