Fixing import in env.py script

Import strategy for logging package changed for env.py script.
Closes-Bug: 1413328

Change-Id: I0089c72fd45416a56ec43e431a52e3f818753e6e
This commit is contained in:
Roman Verchikov 2015-01-21 16:19:23 -08:00 committed by Artem Roma
parent c94d4dc4fd
commit e0643599aa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# under the License.
from __future__ import with_statement
import logging
import logging.config
from sqlalchemy import engine_from_config, pool