[pve-devel] applied: [PATCH manager] api/tasks: explicit import raise_param_exc
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon Jun 18 11:08:32 CEST 2018
applied
On Thu, Jun 14, 2018 at 12:09:28PM +0200, Thomas Lamprecht wrote:
> we inherited the import from PVE::RESTHandler but may want to get rid
> of it there. So explicitly import it here.
>
> Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
> ---
> PVE/API2/Tasks.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/PVE/API2/Tasks.pm b/PVE/API2/Tasks.pm
> index 160473f7..bd46b062 100644
> --- a/PVE/API2/Tasks.pm
> +++ b/PVE/API2/Tasks.pm
> @@ -11,6 +11,7 @@ use PVE::RESTHandler;
> use PVE::ProcFSTools;
> use PVE::RPCEnvironment;
> use PVE::JSONSchema qw(get_standard_option);
> +use PVE::Exception qw(raise_param_exc);
> use PVE::AccessControl;
>
> use base qw(PVE::RESTHandler);
> --
> 2.17.1
More information about the pve-devel
mailing list