summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-21 04:08:48 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-21 04:08:48 (GMT)
commit785476be2e2faf5b6c6a830ab2690c4f4ad47537 (patch)
treeb7a0dd1ef5a0941dc0a43ddec11f5ee105c6e25b /rhimport
parent90b00dff59efba90d6127a174026420f6f2ba113 (diff)
added use lib
git-svn-id: https://svn.helsinki.at/rhimport/trunk@17 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport')
-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";