|
|
@@ -39,6 +39,11 @@ import urllib.request |
|
|
|
from importlib.abc import MetaPathFinder, Loader |
|
|
|
from importlib.machinery import ModuleSpec |
|
|
|
|
|
|
|
__author__ = 'John-Mark Gurney' |
|
|
|
__copyright__ = 'Copyright 2020 John-Mark Gurney. All rights reserved.' |
|
|
|
__license__ = '2-clause BSD license' |
|
|
|
__version__ = '0.1.0.dev' |
|
|
|
|
|
|
|
def _printanyexc(f): # pragma: no cover |
|
|
|
'''Prints any exception that gets raised by the wrapped function.''' |
|
|
|
|
|
|
|