Removed commented out 'from nova import log as logging' line, per request from Brian Lamar

This commit is contained in:
Justin Shepherd 2011-05-11 12:33:44 -05:00
parent 1f5313c541
commit b3c07b0473
7 changed files with 0 additions and 7 deletions

View File

@ -16,7 +16,6 @@
# under the License.
from sqlalchemy import Column, Integer, MetaData, String, Table
# from nova import log as logging
meta = MetaData()

View File

@ -16,7 +16,6 @@
# under the License.
from sqlalchemy import Column, Integer, MetaData, String, Table
# from nova import log as logging
meta = MetaData()

View File

@ -14,7 +14,6 @@
# under the License.
from sqlalchemy import Column, Integer, MetaData, String, Table
# from nova import log as logging
meta = MetaData()

View File

@ -15,7 +15,6 @@
# under the License.
from sqlalchemy import Column, Integer, MetaData, String, Table
# from nova import log as logging
meta = MetaData()

View File

@ -15,7 +15,6 @@
from sqlalchemy import Boolean, Column, DateTime, ForeignKey, Integer
from sqlalchemy import MetaData, String, Table
# from nova import log as loggingo
meta = MetaData()

View File

@ -16,7 +16,6 @@
# under the License.from sqlalchemy import *
from sqlalchemy import Column, Integer, MetaData, Table
# from nova import log as logging
meta = MetaData()

View File

@ -16,7 +16,6 @@
# under the License.
from sqlalchemy import Boolean, Column, MetaData, Table
# from nova import log as loggingo
meta = MetaData()