diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-11-01 21:47:16 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-11-01 21:47:16 -0400 |
| commit | e0f889443f5c0732db28871f350c45e7c8e8d031 (patch) | |
| tree | bf1e0246031f0a0d9fd089cfbf3e7887deb9b0fa /nova/api | |
| parent | ff588ab5baf400c243daeff82e7ca2fd27d87143 (diff) | |
Add ec2 api docs.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/api/ec2/__init__.py b/nova/api/ec2/__init__.py index 0df4d3710..816314901 100644 --- a/nova/api/ec2/__init__.py +++ b/nova/api/ec2/__init__.py @@ -15,8 +15,10 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +""" +Starting point for routing EC2 requests. -"""Starting point for routing EC2 requests""" +""" import logging import routes |
