changeset 25:cc87079b40aa

Fix import of materials.pm in parsealloys.pl
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Feb 2017 16:57:33 +0200
parents aaadd6c104c3
children 78743f558d3b
files parsealloys.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/parsealloys.pl	Fri Jun 03 19:18:22 2016 +0300
+++ b/parsealloys.pl	Tue Feb 07 16:57:33 2017 +0200
@@ -12,6 +12,8 @@
 #You mix nullium and illumium and create a quantity of dukonium
 use strict;
 use warnings;
+use File::Basename;
+use lib dirname(__FILE__);
 use materials;
 
 my $domark = 0;