summaryrefslogtreecommitdiffstats
path: root/newton/newton
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
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')
-rw-r--r--newton/newton/extensions/views/epacaps.py2
-rw-r--r--newton/newton/extensions/views/extensions.py2
-rw-r--r--newton/newton/proxy/views/identityV3.py2
-rw-r--r--newton/newton/proxy/views/services.py2
-rw-r--r--newton/newton/registration/views/registration.py2
-rw-r--r--newton/newton/settings.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/newton/newton/extensions/views/epacaps.py b/newton/newton/extensions/views/epacaps.py
index 7efb71a6..025d55df 100644
--- a/newton/newton/extensions/views/epacaps.py
+++ b/newton/newton/extensions/views/epacaps.py
@@ -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):
diff --git a/newton/newton/extensions/views/extensions.py b/newton/newton/extensions/views/extensions.py
index a40ccdd3..bfff7104 100644
--- a/newton/newton/extensions/views/extensions.py
+++ b/newton/newton/extensions/views/extensions.py
@@ -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):
diff --git a/newton/newton/proxy/views/identityV3.py b/newton/newton/proxy/views/identityV3.py
index c831d017..eaeeca47 100644
--- a/newton/newton/proxy/views/identityV3.py
+++ b/newton/newton/proxy/views/identityV3.py
@@ -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):
diff --git a/newton/newton/proxy/views/services.py b/newton/newton/proxy/views/services.py
index c1d4f194..d7c1dc05 100644
--- a/newton/newton/proxy/views/services.py
+++ b/newton/newton/proxy/views/services.py
@@ -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):
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):
diff --git a/newton/newton/settings.py b/newton/newton/settings.py
index 4a78f98b..bb7bd042 100644
--- a/newton/newton/settings.py
+++ b/newton/newton/settings.py
@@ -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 = ['*']