summaryrefslogtreecommitdiff
path: root/scripts/gdgentools.pm
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-08-23 06:36:25 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-08-23 06:36:25 +0000
commit622c22ea45654d4741a900fa078bafa947b24177 (patch)
tree3bb91389c820abd1f793bfa7f26bbf145856e707 /scripts/gdgentools.pm
parent37ce84e62b46619cc0bfc5733159c07b88556754 (diff)
downloadvdr-plugin-muggle-622c22ea45654d4741a900fa078bafa947b24177.tar.gz
vdr-plugin-muggle-622c22ea45654d4741a900fa078bafa947b24177.tar.bz2
Initial version of an import module added
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@114 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'scripts/gdgentools.pm')
-rwxr-xr-xscripts/gdgentools.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdgentools.pm b/scripts/gdgentools.pm
index 3522302..aadc5c7 100755
--- a/scripts/gdgentools.pm
+++ b/scripts/gdgentools.pm
@@ -12,7 +12,7 @@ package gdgentools;
### General tool routines
-use lib '/home/andi/muggle/import';
+use lib '/home/lvw/Development/muggle-import/scripts';
use gdparams;
use IO::Socket;