From 5ece5975927d9adeb76f572c48d12fdf486ca9ea Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 5 Jan 2011 14:52:34 -0600 Subject: [PATCH] remove HTMLForm from ZipArchive --- lib/WebGUI/Asset/File/ZipArchive.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Asset/File/ZipArchive.pm b/lib/WebGUI/Asset/File/ZipArchive.pm index fc62fb3ca..2a27467d5 100644 --- a/lib/WebGUI/Asset/File/ZipArchive.pm +++ b/lib/WebGUI/Asset/File/ZipArchive.pm @@ -39,7 +39,6 @@ property templateId => ( ); -use WebGUI::HTMLForm; use WebGUI::SQL; use Archive::Tar;