Cleanup of the cleanup.

This commit is contained in:
Brian Lamar
2011-06-19 18:00:38 -04:00
parent 7d3c46eea5
commit 21d3bb4e03
2 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# #
# Copyright 2010 United States Government as represented by the # Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration. # Administrator of the National Aeronautics and Space Administration.
@@ -18,13 +19,10 @@
"""Starter script for Nova API. """Starter script for Nova API.
Starts both the EC2 and OpenStack APIs in separate processes. Pylint warnings Starts both the EC2 and OpenStack APIs in separate processes.
about re-imports should be ignored.
""" """
# pylint: disable=W0404
import sys import sys
import multiprocessing import multiprocessing

View File

@@ -1,6 +1,3 @@
[develop]
user = True
[build_sphinx] [build_sphinx]
all_files = 1 all_files = 1
build-dir = doc/build build-dir = doc/build