Am 15.11.24 um 16:17 schrieb Dominik Csapak:
> @@ -28,13 +28,13 @@ use PVE::Tools qw(extract_param file_get_contents);
>  
>  use PVE::API2::Qemu::Agent;
>  use PVE::API2::Qemu;
> +use PVE::GuestImport::OVF;

nit: we normally group into three:
- perl modules not from us
- our modules from other packages
- modules from this package

Seems like the added entry should go to the other group above now.


>  use PVE::QemuConfig;
>  use PVE::QemuServer::Drive;
>  use PVE::QemuServer::Helpers;
>  use PVE::QemuServer::Agent qw(agent_available);
>  use PVE::QemuServer::ImportDisk;
>  use PVE::QemuServer::Monitor qw(mon_cmd);
> -use PVE::QemuServer::OVF;
>  use PVE::QemuServer::QMPHelpers;
>  use PVE::QemuServer;
 


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to