DEBSOURCES
Skip Quicknav
sources / jython / 2.7.3%2Brepack1-1 / bugtests / test353.py
123456789
""" [ #495604 ] imp.find_module fails when None is 2 arg """ import support import imp imp.find_module("re", None)