summaryrefslogtreecommitdiffstats
path: root/newton/newton/registration
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-27 09:42:29 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-27 09:42:29 +0800
commit6a8f81ed5f9559eddbaf8dc6328781ef7f80c4d6 (patch)
tree9ef0055c99d33de6a64f5e385fd69e7ee6adc0e8 /newton/newton/registration
parent98d4de0e97d056a29dc21e1a5018e1e8f78831f8 (diff)
Fix newton DEBUG comments for pep8
Change-Id: Id9f73d79c1423884216ada8b2fdb22195a726ef4 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'newton/newton/registration')
-rw-r--r--newton/newton/registration/views/registration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/newton/registration/views/registration.py b/newton/newton/registration/views/registration.py
index f07428a1..6b231a6d 100644
--- a/newton/newton/registration/views/registration.py
+++ b/newton/newton/registration/views/registration.py
@@ -26,7 +26,7 @@ from newton_base.openoapi.flavor import Flavors
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class Registry(newton_registration.Registry):