diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-06 14:41:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-06 14:41:16 +0000 |
| commit | c7ea24bbe8cdaa802b8077affc1073e3758912ec (patch) | |
| tree | d04b02cc54f363b3048e9516cfd70a9a92b09bec /openstack/common/db/__init__.py | |
| parent | a9b69ff076080e31271d32751580c35107f0a451 (diff) | |
| parent | 13a9e6dca7742493253d5b9b4bedb01d07fb242d (diff) | |
| download | oslo-c7ea24bbe8cdaa802b8077affc1073e3758912ec.tar.gz oslo-c7ea24bbe8cdaa802b8077affc1073e3758912ec.tar.xz oslo-c7ea24bbe8cdaa802b8077affc1073e3758912ec.zip | |
Merge "Import sqlalchemy session/models/utils"
Diffstat (limited to 'openstack/common/db/__init__.py')
| -rw-r--r-- | openstack/common/db/__init__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openstack/common/db/__init__.py b/openstack/common/db/__init__.py new file mode 100644 index 0000000..1b9b60d --- /dev/null +++ b/openstack/common/db/__init__.py @@ -0,0 +1,16 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2012 Cloudscaling Group, Inc +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. |
