diff -r 4a9b0df0602a -r f0a822ef9fa0 POULibrary.py --- a/POULibrary.py Thu May 21 11:29:45 2020 +0200 +++ b/POULibrary.py Tue May 26 09:58:20 2020 +0200 @@ -26,7 +26,10 @@ from __future__ import absolute_import from weakref import ref -from ConfigTreeNode import UserAddressedException +# Exception type for problems that user has to take action in order to fix +class UserAddressedException(Exception): + pass + class POULibrary(object): def __init__(self, CTR, LibName, TypeStack):