spambayes/spambayes dnscache.py,1.2,1.3

"Tony Meyer" <[email protected]> Sat, 12 Aug 2006 19:05:46 -0700
Newsgroups gmane.mail.spam.spambayes.cvs
Message-ID <[email protected]>
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31206/spambayes

Modified Files:
	dnscache.py 
Log Message:
Remove reference to Skip, probably left there by mistake :)

Index: dnscache.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/dnscache.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dnscache.py	9 Aug 2006 04:26:36 -0000	1.2
--- dnscache.py	13 Aug 2006 02:05:43 -0000	1.3
***************
*** 314,318 ****
  def main():
      import transaction
!     c=cache(cachefile=os.path.expanduser("~skip/.dnscache"))
      c.printStatsAtEnd=True
      for host in ["www.python.org", "www.timsbloggers.com",
--- 314,318 ----
  def main():
      import transaction
!     c=cache(cachefile=os.path.expanduser("~/.dnscache"))
      c.printStatsAtEnd=True
      for host in ["www.python.org", "www.timsbloggers.com",