summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/db/sqlalchemy/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/db/sqlalchemy/models.py b/openstack/common/db/sqlalchemy/models.py
index e019eed..6638c83 100644
--- a/openstack/common/db/sqlalchemy/models.py
+++ b/openstack/common/db/sqlalchemy/models.py
@@ -33,7 +33,6 @@ from openstack.common import timeutils
class ModelBase(object):
"""Base class for models."""
__table_initialized__ = False
- metadata = None
def save(self, session=None):
"""Save this object."""