diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-11 21:02:48 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-11 21:02:48 +0000 |
| commit | 289a0b328b96693944faf69b43124d4449cdbded (patch) | |
| tree | e83bb1a51d6f0a94d9f151336db38a16209e3442 /openstack/common/plugin/__init__.py | |
| parent | 92650ab9e9c3ed74029d06cfd8fd26e10a1ef940 (diff) | |
| parent | 856503b064e79bc0daf1d27bf2ce1fa4ecd62160 (diff) | |
| download | oslo-289a0b328b96693944faf69b43124d4449cdbded.tar.gz oslo-289a0b328b96693944faf69b43124d4449cdbded.tar.xz oslo-289a0b328b96693944faf69b43124d4449cdbded.zip | |
Merge "Add common plugin framework."
Diffstat (limited to 'openstack/common/plugin/__init__.py')
| -rw-r--r-- | openstack/common/plugin/__init__.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openstack/common/plugin/__init__.py b/openstack/common/plugin/__init__.py new file mode 100644 index 0000000..63c3905 --- /dev/null +++ b/openstack/common/plugin/__init__.py @@ -0,0 +1,14 @@ +# Copyright 2012 OpenStack LLC. +# 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. |
