From d65059c613341e402d33d037cbc93d42b05666cb Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Sun, 21 Feb 2010 04:08:48 +0000
Subject: added use lib


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";
-- 
cgit v0.10.2