summaryrefslogtreecommitdiffstats
path: root/openstack/common/__init__.py
diff options
context:
space:
mode:
authorJay Pipes <jaypipes@gmail.com>2011-07-26 09:05:53 -0400
committerJay Pipes <jaypipes@gmail.com>2011-07-26 09:05:53 -0400
commitc85e1f7b4e4e8ea7a4173188123c01eb2b165627 (patch)
treeb1c2142a51100671102c50c990a8b351fdf5389d /openstack/common/__init__.py
downloadoslo-c85e1f7b4e4e8ea7a4173188123c01eb2b165627.tar.gz
oslo-c85e1f7b4e4e8ea7a4173188123c01eb2b165627.tar.xz
oslo-c85e1f7b4e4e8ea7a4173188123c01eb2b165627.zip
Initial skeleton project
Diffstat (limited to 'openstack/common/__init__.py')
-rw-r--r--openstack/common/__init__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/openstack/common/__init__.py b/openstack/common/__init__.py
new file mode 100644
index 0000000..b22496f
--- /dev/null
+++ b/openstack/common/__init__.py
@@ -0,0 +1,19 @@
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright 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.
+
+# TODO(jaypipes) Code in this module is intended to be ported to the eventual
+# openstack-common library