diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2013-02-04 17:47:27 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2013-02-07 15:25:29 -0500 |
| commit | 8e04d2760f421ef43c18d046cf0392f9e631b951 (patch) | |
| tree | d355968d5bc5a73b6d3e3cb12b1b5a2f6e67e57c /openstack/common/db/sqlalchemy | |
| parent | cec0f5b07abaaae989619536df25d70166fb343e (diff) | |
| download | oslo-8e04d2760f421ef43c18d046cf0392f9e631b951.tar.gz oslo-8e04d2760f421ef43c18d046cf0392f9e631b951.tar.xz oslo-8e04d2760f421ef43c18d046cf0392f9e631b951.zip | |
Minor tweak to make update.py happy
Fairly lame to do this instead of just fixing update.py, but we
seem to do it this way everywhere else, so ...
Change-Id: Ie1cebcfec57c6138b9b726d7d3bc6e0ea456f146
Diffstat (limited to 'openstack/common/db/sqlalchemy')
| -rw-r--r-- | openstack/common/db/sqlalchemy/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/db/sqlalchemy/session.py b/openstack/common/db/sqlalchemy/session.py index 99c214b..2c714b1 100644 --- a/openstack/common/db/sqlalchemy/session.py +++ b/openstack/common/db/sqlalchemy/session.py @@ -259,7 +259,7 @@ from sqlalchemy.pool import NullPool, StaticPool from sqlalchemy.sql.expression import literal_column from openstack.common import cfg -import openstack.common.log as logging +from openstack.common import log as logging from openstack.common.gettextutils import _ from openstack.common import timeutils |
