summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-06 13:18:30 -0500
committerTodd Willey <todd@ansolabs.com>2011-01-06 13:18:30 -0500
commit71d78e1a6f611a7bce4fd4c38c2e7b4ccf3a4578 (patch)
treefbc7d0910d72fa84d74ef3a891f8291b26306ef0 /nova/api
parent963ece6feac200151b35df2efa0df4b1c75f1763 (diff)
parent787631f7b3d882b6743ed52dc948301fdbca471e (diff)
Merge __init__ file.
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/__init__.py19
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."""