diff --git a/pytools/log.py b/pytools/log.py new file mode 100644 index 0000000000000000000000000000000000000000..6cb15ecf5ef1e130b57bf6e0e5ce358181abc2ef --- /dev/null +++ b/pytools/log.py @@ -0,0 +1,8 @@ +from warnings import warn + +warn("pytools.log was moved to https://github.com/illinois-ceesd/logpyle/. " + "I will try to import that for you. If the import fails, say " + "'pip install logpyle', and change your imports from 'pytools.log' " + "to 'logpyle'.", DeprecationWarning) + +from logpyle import * # noqa