[Python-checkins] python/dist/src/Lib/xml/sax expatreader.py,1.29,1.30

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Jun 2002 00:27:32 -0700


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

Modified Files:
	expatreader.py 
Log Message:
Fix spacing.


Index: expatreader.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/expatreader.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** expatreader.py	30 Jun 2002 07:21:24 -0000	1.29
--- expatreader.py	30 Jun 2002 07:27:30 -0000	1.30
***************
*** 331,335 ****
          if not self._external_ges:
              return 1
!         
          source = self._ent_handler.resolveEntity(pubid, sysid)
          source = saxutils.prepare_input_source(source,
--- 331,335 ----
          if not self._external_ges:
              return 1
! 
          source = self._ent_handler.resolveEntity(pubid, sysid)
          source = saxutils.prepare_input_source(source,