remove debugging

pull/715/head
Steven Robertson 4 years ago
parent e30e84334e
commit 1ffb319300

@ -522,9 +522,6 @@ class PkgutilMethod(FinderMethod):
# workaround for special python modules that might only exist in memory
if is_special and is_pkg and not source:
# jjj
# hope this raises an error
raise ValueError(fullname)
source = '\n'
except (AttributeError, ImportError):
# - Per PEP-302, get_source() and is_package() are optional,

Loading…
Cancel
Save