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