summaryrefslogtreecommitdiffstats
path: root/newton
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-04-25 00:11:11 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-25 00:11:11 +0000
commit71755ec8f3e124d2ea13100122a0947d79fd2993 (patch)
tree2fb016254cb75ec4d0e3132d567dfdb146fc8849 /newton
parentf7c6546100bea244dfa0f59d5a79a34a473223ca (diff)
parent3704fdda53dc32f4fdf812cbcd32ca4a64ca3ef5 (diff)
Merge "Fix some minor issues in codebase"
Diffstat (limited to 'newton')
-rw-r--r--newton/newton/registration/views/registration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/newton/newton/registration/views/registration.py b/newton/newton/registration/views/registration.py
index cc97e048..9f28cdff 100644
--- a/newton/newton/registration/views/registration.py
+++ b/newton/newton/registration/views/registration.py
@@ -15,6 +15,7 @@
import logging
import json
import uuid
+import traceback
from django.conf import settings
from keystoneauth1.exceptions import HttpError