From fc9772f1f03684e8dab50ff77d2c46c5e0309c7b Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 16 Mar 2015 18:16:50 +0100 Subject: Moved to namespace to ManaTools --- scripts/mana | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/mana') diff --git a/scripts/mana b/scripts/mana index c436fc7..234be23 100755 --- a/scripts/mana +++ b/scripts/mana @@ -4,6 +4,9 @@ # # Copyright (c) 2014 - 2015 Angelo naselli # +# This file is part of manatools +# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as # published by the Free Software Foundation. @@ -19,7 +22,7 @@ # #***************************************************************************** -use AdminPanel::Privileges; +use ManaTools::Privileges; use yui; -- cgit v1.2.1