aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AdminPanel/Hosts/GHosts.pm2
-rwxr-xr-xmodules/hostmanager/hostmanager1
2 files changed, 1 insertions, 2 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm
index 9557b90..2e9751e 100644
--- a/AdminPanel/Hosts/GHosts.pm
+++ b/AdminPanel/Hosts/GHosts.pm
@@ -37,7 +37,7 @@ use utf8;
use Glib;
use yui;
-use AdminPanel::Shared;
+#use AdminPanel::Shared;
use AdminPanel::Hosts::hosts;
=head1 VERSION
diff --git a/modules/hostmanager/hostmanager b/modules/hostmanager/hostmanager
index bc7fd60..4d3b0f4 100755
--- a/modules/hostmanager/hostmanager
+++ b/modules/hostmanager/hostmanager
@@ -17,7 +17,6 @@
# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>.
use Modern::Perl 2011;
use autodie;
-use AdminPanel::Shared;
use AdminPanel::Hosts::GHosts;
use yui;