summaryrefslogtreecommitdiffstats
path: root/openstack/common/rootwrap/__init__.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-03 08:38:56 +0000
committerGerrit Code Review <review@openstack.org>2013-01-03 08:38:56 +0000
commitca21b092114eecff69ccc2903a13fa6d4b606761 (patch)
treee439c75ec2b9cc47e27c3bf5aa4c8b731f2e60bd /openstack/common/rootwrap/__init__.py
parentdb06b3c75286adac8c6b3e21347f6cf14cbc5978 (diff)
parent974c29cf5af06f319bd290367b34f858d09a4d1c (diff)
downloadoslo-ca21b092114eecff69ccc2903a13fa6d4b606761.tar.gz
oslo-ca21b092114eecff69ccc2903a13fa6d4b606761.tar.xz
oslo-ca21b092114eecff69ccc2903a13fa6d4b606761.zip
Merge "Move rootwrap code to openstack.common"
Diffstat (limited to 'openstack/common/rootwrap/__init__.py')
-rw-r--r--openstack/common/rootwrap/__init__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/openstack/common/rootwrap/__init__.py b/openstack/common/rootwrap/__init__.py
new file mode 100644
index 0000000..671d3c1
--- /dev/null
+++ b/openstack/common/rootwrap/__init__.py
@@ -0,0 +1,16 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright (c) 2011 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.