diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-01-06 13:18:30 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-01-06 13:18:30 -0500 |
| commit | 71d78e1a6f611a7bce4fd4c38c2e7b4ccf3a4578 (patch) | |
| tree | fbc7d0910d72fa84d74ef3a891f8291b26306ef0 /nova/api | |
| parent | 963ece6feac200151b35df2efa0df4b1c75f1763 (diff) | |
| parent | 787631f7b3d882b6743ed52dc948301fdbca471e (diff) | |
Merge __init__ file.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/__init__.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nova/api/__init__.py b/nova/api/__init__.py new file mode 100644 index 000000000..0fedbbfad --- /dev/null +++ b/nova/api/__init__.py @@ -0,0 +1,19 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2010 United States Government as represented by the +# Administrator of the National Aeronautics and Space Administration. +# 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. + +"""No-op __init__ for directory full of api goodies.""" |
