Fix newton DEBUG comments for pep8 61/38761/1
authorYun Huang <yun.huang@windriver.com>
Tue, 27 Mar 2018 01:42:29 +0000 (09:42 +0800)
committerYun Huang <yun.huang@windriver.com>
Tue, 27 Mar 2018 01:42:29 +0000 (09:42 +0800)
Change-Id: Id9f73d79c1423884216ada8b2fdb22195a726ef4
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
newton/newton/extensions/views/epacaps.py
newton/newton/extensions/views/extensions.py
newton/newton/proxy/views/identityV3.py
newton/newton/proxy/views/services.py
newton/newton/registration/views/registration.py
newton/newton/settings.py

index 7efb71a..025d55d 100644 (file)
@@ -23,7 +23,7 @@ from newton_base.extensions import epacaps as newton_epacaps
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 
 class EpaCaps(newton_epacaps.EpaCaps):
index a40ccdd..bfff710 100644 (file)
@@ -19,7 +19,7 @@ from newton_base.extensions import extensions as newton_extensions
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 class Extensions(newton_extensions.Extensions):
 
index c831d01..eaeeca4 100644 (file)
@@ -19,7 +19,7 @@ from newton_base.proxy import identityV3 as newton_identityV3
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 class Tokens(newton_identityV3.Tokens):
 
index c1d4f19..d7c1dc0 100644 (file)
@@ -21,7 +21,7 @@ from newton_base.proxy import services as newton_services
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 class Services(newton_services.Services):
 
index f07428a..6b231a6 100644 (file)
@@ -26,7 +26,7 @@ from newton_base.openoapi.flavor import Flavors
 
 logger = logging.getLogger(__name__)
 
-#DEBUG=True
+# DEBUG=True
 
 class Registry(newton_registration.Registry):
 
index 4a78f98..bb7bd04 100644 (file)
@@ -38,7 +38,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-#DEBUG = True
+# DEBUG = True
 
 ALLOWED_HOSTS = ['*']