Closed khinsen closed 8 years ago
The new import machinery introduced with Python 3.3 breaks that import tracking in ActivePapers that is based on the old __import__ function.
__import__
This was a misdiagnosis of the problem, see #18 for the real cause.
The new import machinery introduced with Python 3.3 breaks that import tracking in ActivePapers that is based on the old
__import__
function.