From c0a0311e9442922365c1122aaa4e85b4fcf4420f Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Tue, 27 Mar 2018 15:27:19 +0800 Subject: Fix newton_base DEBUG comments for pep8 Change-Id: I021a1abd2f3361b45bbcf0645427392eda5bab08 Issue-ID: MULTICLOUD-196 Signed-off-by: Yun Huang --- share/newton_base/proxy/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/newton_base/proxy/services.py') diff --git a/share/newton_base/proxy/services.py b/share/newton_base/proxy/services.py index 85b3ec49..2993f68d 100644 --- a/share/newton_base/proxy/services.py +++ b/share/newton_base/proxy/services.py @@ -29,7 +29,7 @@ from newton_base.util import VimDriverUtils logger = logging.getLogger(__name__) -#DEBUG=True +# DEBUG=True class HasValidToken(BasePermission): -- cgit 1.2.3-korg