diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-05 04:36:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-05 04:36:09 (GMT) |
commit | 1ca8fdc44628f1476f6cc6228c1beb381e99eff8 (patch) | |
tree | b01d1baca35efb19089413495a591d12bb6d8004 /Doc/perl | |
parent | a690394cae31463c79393020b2b6e6045b94e1c8 (diff) | |
download | cpython-1ca8fdc44628f1476f6cc6228c1beb381e99eff8.zip cpython-1ca8fdc44628f1476f6cc6228c1beb381e99eff8.tar.gz cpython-1ca8fdc44628f1476f6cc6228c1beb381e99eff8.tar.bz2 |
Remove modified setting of $ICONSERVER; this isn't the right way to do it.
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/howto.perl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl index c4e8e20..ee8f3a4 100644 --- a/Doc/perl/howto.perl +++ b/Doc/perl/howto.perl @@ -8,6 +8,4 @@ package main; &do_require_package("article"); &do_require_package("python"); -$ICONSERVER = '../../icons'; - 1; # sheesh.... |