1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-28 15:41:52 +03:00

examples: Cleanup imports

Break import into multiple lines as recommended by PEP-8

Move imports to top

Remove unused imports

Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
Philipp Hahn
2018-11-16 13:55:56 +01:00
committed by Philipp Hahn
parent 4e22f4de6f
commit f496dc55ee
8 changed files with 10 additions and 15 deletions

View File

@ -7,8 +7,6 @@ DIR must exist and be writable by this process.
import libvirt
import sys
import os
import libxml2
import pdb
from argparse import ArgumentParser
@ -35,4 +33,4 @@ for id in doms:
else:
print("error %d" % ret)
#pdb.set_trace()
# import pdb; pdb.set_trace()