~jmbr/halberd

3d167a05dedf6c38d1a2210110917c8e9be48dc5 — Juan M. Bello Rivas 7 years ago 5e36f1f
Applied Christian Kampka's patch.
2 files changed, 4 insertions(+), 2 deletions(-)

M THANKS
M scripts/halberd
M THANKS => THANKS +1 -0
@@ 10,3 10,4 @@ Dethy
Fabian Affolter
Sindre Pedersen Bjørdal
Andrés Riancho
Christian Kampka

M scripts/halberd => scripts/halberd +3 -2
@@ 20,8 20,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


import sys
import sys, os
if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
    sys.path.insert(0, "./")

import Halberd.shell
import Halberd.logger