pep8 fixed

applied pep8 fixes to files have issues

Change-Id: I1a07f5d5cc4da1827247ac46764b50cd6d209ce8
This commit is contained in:
Murad Awawdeh 2016-05-15 08:49:12 +03:00
parent ae2985530b
commit f8ca946ba1
2 changed files with 7 additions and 7 deletions

View File

@ -16,13 +16,13 @@
from django.utils.translation import ugettext_lazy as _
import horizon
# import horizon_mellanox.api.rest
import horizon_mellanox.api.rest
class MlnxDashboard(horizon.Dashboard):
name = _("Mellanox Technologies")
slug = "horizon_mellanox"
panels = ('settingspanel', 'neopanel', 'ufmpanel', 'aboutpanel') # Add your panels here.
default_panel = 'settingspanel' # Specify the slug of the dashboard's default panel.
panels = ('settingspanel', 'neopanel', 'ufmpanel', 'aboutpanel')
default_panel = 'settingspanel'
horizon.register(MlnxDashboard)

View File

@ -13,16 +13,16 @@
# under the License.
"""
test_horizon-mellanox
test_horizon_mellanox
----------------------------------
Tests for `horizon-mellanox` module.
Tests for `horizon_mellanox` module.
"""
from horizon-mellanox.tests import base
from horizon_mellanox.tests import base
class TestHorizon-mellanox(base.TestCase):
class TestHorizonMellanox(base.TestCase):
def test_something(self):
pass