mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-16 12:23:50 +03:00
libvirt-override.py: remove unused import
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> Reviewed-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>
This commit is contained in:
committed by
Michal Privoznik
parent
c84192fbd4
commit
6f0456cdbc
@@ -16,7 +16,6 @@ except ImportError:
|
|||||||
if str(cyg_e).count("No module named"):
|
if str(cyg_e).count("No module named"):
|
||||||
raise lib_e
|
raise lib_e
|
||||||
|
|
||||||
import types
|
|
||||||
|
|
||||||
# The root of all libvirt errors.
|
# The root of all libvirt errors.
|
||||||
class libvirtError(Exception):
|
class libvirtError(Exception):
|
||||||
|
|||||||
Reference in New Issue
Block a user