diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-03-16 18:16:50 +0100 |
commit | fc9772f1f03684e8dab50ff77d2c46c5e0309c7b (patch) | |
tree | 375b76cf80e5d816eb48a4badf3bb949199ef220 /scripts/mana | |
parent | 825922057a21a9b09c60edf4b44535d7fd49926d (diff) | |
download | colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.gz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.bz2 colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.tar.xz colin-keep-fc9772f1f03684e8dab50ff77d2c46c5e0309c7b.zip |
Moved to namespace to ManaTools
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 c436fc7..234be23 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; |