Merge "delete two unused LOG"

This commit is contained in:
Jenkins 2016-07-19 06:52:40 +00:00 committed by Gerrit Code Review
commit 497bdcdad3
2 changed files with 0 additions and 8 deletions

View File

@ -20,7 +20,6 @@ import os
import sys
import oslo_i18n
from oslo_log import log as logging
# If ../sahara/__init__.py exists, add ../ to Python search path, so that
@ -43,9 +42,6 @@ oslo_i18n.enable_lazy()
import sahara.main as server
LOG = logging.getLogger(__name__)
def main():
server.setup_common(possible_topdir, 'all-in-one')

View File

@ -20,7 +20,6 @@ import os
import sys
import oslo_i18n
from oslo_log import log as logging
# If ../sahara/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
@ -42,9 +41,6 @@ oslo_i18n.enable_lazy()
import sahara.main as server
LOG = logging.getLogger(__name__)
def setup_api():
server.setup_common(possible_topdir, 'API')