From 1ffb31930083b37c8c0ef9e3c287f308a6735027 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 1 Oct 2020 22:38:46 -0700 Subject: [PATCH] remove debugging --- mitogen/master.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mitogen/master.py b/mitogen/master.py index fd0c4201..55a02b6e 100644 --- a/mitogen/master.py +++ b/mitogen/master.py @@ -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,