POULibrary.py
branchsvghmi
changeset 2971 f0a822ef9fa0
parent 2964 a7b11c9f468e
child 2981 a0932a52e53b
--- 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):