Convert short doc strings to be on one line

This patch just cleans up some one-line doc strings which were
split across 3 lines needlessly.

Change-Id: I3c2011d20fb7c3b8714d7b5a32151e427bf8a311
This commit is contained in:
Devananda van der Veen
2013-01-03 11:27:22 -08:00
committed by Robert Collins
parent 38b73af9d6
commit c085e788fb
5 changed files with 5 additions and 15 deletions

View File

@@ -18,9 +18,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Tests for the base baremetal driver class.
"""
"""Tests for the base baremetal driver class."""
from nova import exception
from nova.openstack.common import cfg

View File

@@ -17,9 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Test class for baremetal IPMI power manager.
"""
"""Test class for baremetal IPMI power manager."""
import os
import stat

View File

@@ -17,9 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Tests for baremetal pxe driver.
"""
"""Tests for baremetal pxe driver."""
import os

View File

@@ -16,9 +16,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Tests for baremetal utils
"""
"""Tests for baremetal utils."""
import mox

View File

@@ -13,9 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Tests for baremetal volume driver.
"""
"""Tests for baremetal volume driver."""
from nova.openstack.common import cfg
from nova import test