diff options
Diffstat (limited to 'scripts/mana')
| -rwxr-xr-x | scripts/mana | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/scripts/mana b/scripts/mana index c436fc7e..234be238 100755 --- a/scripts/mana +++ b/scripts/mana @@ -4,6 +4,9 @@  #  #  Copyright (c) 2014 - 2015 Angelo naselli <anaselli@linux.it>  # +#  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; | 
