Minor coding styleguide fix

- fixed a pep8 error (line too long)
This commit is contained in:
Daniel Steglich 2015-09-21 21:43:05 +02:00 committed by Sunil Mohan Adapa
parent f49def2d39
commit 3c47dfb6ef

View File

@ -368,8 +368,8 @@ def get_active_connection(connection_uuid):
raise ConnectionNotFound(connection_uuid)
def _update_common_settings(connection, connection_uuid, name, type_, interface,
zone):
def _update_common_settings(connection, connection_uuid, name, type_,
interface, zone):
"""Create/edit basic settings for network manager connections.
Return newly created connection object if connection is None.