diff options
| author | Jason Kölker <jason@koelker.net> | 2011-09-27 13:21:47 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-09-27 13:21:47 -0500 |
| commit | a21940e2d325136661b5283bb15f1fbf9942477b (patch) | |
| tree | e0b3a7fe84342adfc7770e05abd7314d13956c54 /openstack/common/__init__.py | |
| parent | f90e85378df8f8afe22acd530223c09cb9f7bc4c (diff) | |
| download | oslo-a21940e2d325136661b5283bb15f1fbf9942477b.tar.gz oslo-a21940e2d325136661b5283bb15f1fbf9942477b.tar.xz oslo-a21940e2d325136661b5283bb15f1fbf9942477b.zip | |
reog from import merge
Diffstat (limited to 'openstack/common/__init__.py')
| -rw-r--r-- | openstack/common/__init__.py | 19 |
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 |
