[Python-checkins] CVS: python/dist/src/Lib/xml/sax handler.py,1.6,1.7

Thomas Wouters python-dev@python.org
Sun, 24 Sep 2000 17:11:40 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/sax
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32120/Lib/xml/sax

Modified Files:
	handler.py 
Log Message:

Fix inconsistent use of space/tabs.



Index: handler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/handler.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** handler.py	2000/09/24 20:38:18	1.6
--- handler.py	2000/09/25 00:11:37	1.7
***************
*** 213,220 ****
  
      def notationDecl(self, name, publicId, systemId):
! 	"Handle a notation declaration event."
  
      def unparsedEntityDecl(self, name, publicId, systemId, ndata):
! 	"Handle an unparsed entity declaration event."
  
          
--- 213,220 ----
  
      def notationDecl(self, name, publicId, systemId):
!         "Handle a notation declaration event."
  
      def unparsedEntityDecl(self, name, publicId, systemId, ndata):
!         "Handle an unparsed entity declaration event."
  
          
***************
*** 229,236 ****
      
      def resolveEntity(self, publicId, systemId):
! 	"""Resolve the system identifier of an entity and return either
          the system identifier to read from as a string, or an InputSource
          to read from."""
! 	return systemId
  
  
--- 229,236 ----
      
      def resolveEntity(self, publicId, systemId):
!         """Resolve the system identifier of an entity and return either
          the system identifier to read from as a string, or an InputSource
          to read from."""
!         return systemId