summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrhimport5
1 files changed, 3 insertions, 2 deletions
diff --git a/rhimport b/rhimport
index c07b4d4..94b367e 100755
--- a/rhimport
+++ b/rhimport
@@ -23,13 +23,14 @@
use strict;
-use rhimport;
-
use Getopt::Long;
use DBI;
use Gtk2;
use Gtk2::GladeXML;
+use lib '/usr/share/perl5/rhimport/';
+use rhimport;
+
my $DBHOST = "airplay";
my $DBUSER = "rivendellro";
my $DBPW = "lldrivenro";