[Python-checkins] python/dist/src/Lib robotparser.py,1.15,1.16

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 31 May 2002 07:14:08 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv6156

Modified Files:
	robotparser.py 
Log Message:
Remove import of re, it is not used

Index: robotparser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/robotparser.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** robotparser.py	29 May 2002 16:18:42 -0000	1.15
--- robotparser.py	31 May 2002 14:14:06 -0000	1.16
***************
*** 10,14 ****
      http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html
  """
! import re,urlparse,urllib
  
  __all__ = ["RobotFileParser"]
--- 10,14 ----
      http://info.webcrawler.com/mak/projects/robots/norobots-rfc.html
  """
! import urlparse,urllib
  
  __all__ = ["RobotFileParser"]