getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Templates Issue #1372

Open formjune opened 3 years ago

formjune commented 3 years ago

pm.ui.AETemplate classes no longer working. As I learn the problem is inside pymel.core.uitypes.AELoader.load() method: import() no longer supports level = -1 and throws: ValueError: level must be >= 0