grim/pyscovery

adda7018de02
Parents e79b8a133fa5
Children c62d9b0a21d2
removed a stray print that was used for debugging
  • +0 -2
    pyscovery.py
  • --- a/pyscovery.py Fri Mar 29 01:58:36 2013 -0500
    +++ b/pyscovery.py Fri Mar 29 02:06:25 2013 -0500
    @@ -167,8 +167,6 @@
    if fnmatch.fnmatch(name, '*.py') or \
    fnmatch.fnmatch(name, '*.py[co]'):
    add_module(make_module(base))
    - else:
    - print name
    __all__ = [add_module, remove_module, get_modules, clear_modules, find]