~nova-coresec/nova/bexar-translations

114 by Devin Carlen
Updated licenses
1
# vim: tabstop=4 shiftwidth=4 softtabstop=4
2
3
# Copyright 2010 United States Government as represented by the
3.1.9 by Vishvananda Ishaya
Removed trailing whitespace from header
4
# Administrator of the National Aeronautics and Space Administration.
114 by Devin Carlen
Updated licenses
5
# All Rights Reserved.
6
#
7
#    Licensed under the Apache License, Version 2.0 (the "License"); you may
8
#    not use this file except in compliance with the License. You may obtain
9
#    a copy of the License at
10
#
11
#         http://www.apache.org/licenses/LICENSE-2.0
12
#
1 by Jesse Andrews
initial commit
13
#    Unless required by applicable law or agreed to in writing, software
114 by Devin Carlen
Updated licenses
14
#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15
#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16
#    License for the specific language governing permissions and limitations
17
#    under the License.
1 by Jesse Andrews
initial commit
18
19
"""
20
:mod:`nova` -- Cloud IaaS Platform
21
===================================
22
23
.. automodule:: nova
24
   :platform: Unix
25
   :synopsis: Infrastructure-as-a-Service Cloud platform.
26
.. moduleauthor:: Jesse Andrews <jesse@ansolabs.com>
27
.. moduleauthor:: Devin Carlen <devin.carlen@gmail.com>
28
.. moduleauthor:: Vishvananda Ishaya <vishvananda@yahoo.com>
29
.. moduleauthor:: Joshua McKenty <joshua@cognition.ca>
30
.. moduleauthor:: Manish Singh <yosh@gimp.org>
31
.. moduleauthor:: Andy Smith <andy@anarkystic.com>
32
"""
33
137 by Todd Willey
update copyrights
34
from exception import *