summaryrefslogtreecommitdiffstats
path: root/python/_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/_util.py')
-rw-r--r--python/_util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/_util.py b/python/_util.py
index 3f7061c3..c254178e 100644
--- a/python/_util.py
+++ b/python/_util.py
@@ -1,4 +1,5 @@
import re
+from exceptions import ValidationException
def _validate_interface_or_name(value):
elements = value.split('.')