digitalocean / vmtop

Real-time monitoring of KVM/Qemu VMs
Apache License 2.0
53 stars 19 forks source link

Fix: all imports at the top #12

Closed jdesfossez closed 3 years ago

jdesfossez commented 3 years ago

Instead of having the imports spread in the code, move them all at the beginning of the file and set a flag if they are not available.

Signed-off-by: Julien Desfossez jdesfossez@digitalocean.com