From 5a1d9de710116f9f939b215a04bef9fe938a64a3 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 27 Aug 2004 20:06:12 +0000 Subject: [PATCH] Add the URL we found BS at for later reference. --- others/BeautifulSoup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/others/BeautifulSoup.py b/others/BeautifulSoup.py index 4fb3550fe..255e1a270 100644 --- a/others/BeautifulSoup.py +++ b/others/BeautifulSoup.py @@ -99,6 +99,7 @@ Current release: 1.0 "So rich and green": Initial release. +Retreived from: http://www.crummy.com/software/BeautifulSoup/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)"