diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-23 06:36:25 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-08-23 06:36:25 +0000 |
commit | 622c22ea45654d4741a900fa078bafa947b24177 (patch) | |
tree | 3bb91389c820abd1f793bfa7f26bbf145856e707 /scripts/gdgentools.pm | |
parent | 37ce84e62b46619cc0bfc5733159c07b88556754 (diff) | |
download | vdr-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-x | scripts/gdgentools.pm | 2 |
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; |