[tools] testbot/cgi: ItemPage does not need URI::Escape.

Francois Gouget fgouget at codeweavers.com
Thu Mar 31 09:06:02 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/ObjectModel/CGI/ItemPage.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/ItemPage.pm b/testbot/lib/ObjectModel/CGI/ItemPage.pm
index 567a489fc..b88e27394 100644
--- a/testbot/lib/ObjectModel/CGI/ItemPage.pm
+++ b/testbot/lib/ObjectModel/CGI/ItemPage.pm
@@ -31,7 +31,6 @@ ObjectModel::CGI::ItemPage - Base class for bound web forms
 use ObjectModel::CGI::FormPage;
 our @ISA = qw(ObjectModel::CGI::FormPage);
 
-use URI::Escape;
 
 sub _initialize($$$$)
 {
-- 
2.30.2




More information about the wine-devel mailing list