summaryrefslogtreecommitdiffstats
path: root/share/newton_base/extensions
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-03-27 15:27:19 +0800
committerYun Huang <yun.huang@windriver.com>2018-03-27 15:27:19 +0800
commitc0a0311e9442922365c1122aaa4e85b4fcf4420f (patch)
tree8b6811c05b7ddc85368e1ff8d46337413054a6af /share/newton_base/extensions
parenta149d08f3e4fc80202bf46285c46cd2626f91b05 (diff)
Fix newton_base DEBUG comments for pep8
Change-Id: I021a1abd2f3361b45bbcf0645427392eda5bab08 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'share/newton_base/extensions')
-rw-r--r--share/newton_base/extensions/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/extensions/extensions.py b/share/newton_base/extensions/extensions.py
index bd43c6ca..a08da3e3 100644
--- a/share/newton_base/extensions/extensions.py
+++ b/share/newton_base/extensions/extensions.py
@@ -30,7 +30,7 @@ from common.msapi import extsys
logger = logging.getLogger(__name__)
-#DEBUG=True
+# DEBUG=True
class Extensions(APIView):