]> git.proxmox.com Git - pmg-api.git/commitdiff
pmgdb: use missing classes
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Feb 2017 09:58:40 +0000 (10:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Feb 2017 09:58:40 +0000 (10:58 +0100)
PMG/CLI/pmgdb.pm

index 3a6fb243f7becfe270815a3e325995700bb9a38f..8256e32df2533c3a4279362242f33ce9d0e8d357 100644 (file)
@@ -7,8 +7,10 @@ use Data::Dumper;
 use PVE::SafeSyslog;
 use PVE::Tools qw(extract_param);
 use PVE::INotify;
+use PVE::CLIHandler;
 
 use PMG::DBTools;
+use PMG::RuleDB;
 
 use base qw(PVE::CLIHandler);