summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin/__init__.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-25 13:46:24 +0000
committerGerrit Code Review <review@openstack.org>2013-06-25 13:46:24 +0000
commit624bec763db15f12dccf07122719a4d2affb2840 (patch)
tree5edd391452b43783fcf5d69047d27dc26fd51f55 /openstack/common/plugin/__init__.py
parent1667648b7e812db026933b0075e14f2ab1f1c70b (diff)
parent4b78868f4e062e3fd77ef14de3dcba4e2f864f7f (diff)
downloadoslo-624bec763db15f12dccf07122719a4d2affb2840.tar.gz
oslo-624bec763db15f12dccf07122719a4d2affb2840.tar.xz
oslo-624bec763db15f12dccf07122719a4d2affb2840.zip
Merge "Remove the unused plugins framework"
Diffstat (limited to 'openstack/common/plugin/__init__.py')
-rw-r--r--openstack/common/plugin/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/openstack/common/plugin/__init__.py b/openstack/common/plugin/__init__.py
deleted file mode 100644
index b706747..0000000
--- a/openstack/common/plugin/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2012 OpenStack Foundation.
-# 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.