Change in ovirt-live[master]: python: cleanup import lines using isort

sbonazzo at redhat.com sbonazzo at redhat.com
Sat Aug 20 12:53:51 UTC 2016


Sandro Bonazzola has submitted this change and it was merged.

Change subject: python: cleanup import lines using isort
......................................................................


python: cleanup import lines using isort

Ran isort on all the python files included in the project with
the following configuration.

$ cat ~/.isort.cfg
[settings]
line_length=79
known_standard_library=configparser,Cheetah.Template
force_single_line=True
default_section=FIRSTPARTY
known_otopi=otopi
known_host_deploy=ovirt_host_deploy
known_ovirt_engine=ovirt_engine
known_ovirt_engine_setup=ovirt_engine_setup
known_ovirt_setup_lib=ovirt_setup_lib
known_vdsm=vdsm
known_ovirt_hosted_engine_setup=ovirt_hosted_engine_setup
sections=FUTURE,STDLIB,FIRSTPARTY,OTOPI,VDSM,HOST_DEPLOY,OVIRT_ENGINE,OVIRT_ENGINE_SETUP,OVIRT_SETUP_LIB,OVIRT_HOSTED_ENGINE_SETUP,THIRDPARTY,LOCALFOLDER
lines_between_types=2

Change-Id: Ia87d9f3bfb690a2af782a1a8986d232d43fe2a64
Signed-off-by: Sandro Bonazzola <sbonazzo at redhat.com>
---
M ovirt-engine-setup-plugin-live/src/ovirt_live/constants.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/core.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/cpu.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/firewall.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/sshd.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/storage.py
M ovirt-engine-setup-plugin-live/src/plugins/all-in-one/vdsmi.py
M ovirt-engine-setup-plugin-live/src/plugins/ovirt_live/core.py
8 files changed, 20 insertions(+), 16 deletions(-)

Approvals:
  Sandro Bonazzola: Verified; Looks good to me, approved
  Jenkins CI: Passed CI tests



-- 
To view, visit https://gerrit.ovirt.org/62623
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia87d9f3bfb690a2af782a1a8986d232d43fe2a64
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list