[Python-checkins] python/dist/src/Mac/Lib bundlebuilder.py,1.10,1.11

jvr@users.sourceforge.net jvr@users.sourceforge.net
Thu, 28 Nov 2002 10:56:52 -0800


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv28398

Modified Files:
	bundlebuilder.py 
Log Message:
fixed typo and wrapping

Index: bundlebuilder.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/bundlebuilder.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** bundlebuilder.py	28 Nov 2002 11:30:56 -0000	1.10
--- bundlebuilder.py	28 Nov 2002 18:56:50 -0000	1.11
***************
*** 492,496 ****
  			self.message("    (Note that these could be false alarms -- "
  			             "it's not always", 1)
! 			self.message("    possible to distinguish between from \"package import submodule\" ", 1)
  			self.message("    and \"from package import name\")", 1)
  			for name in maybe:
--- 492,497 ----
  			self.message("    (Note that these could be false alarms -- "
  			             "it's not always", 1)
! 			self.message("    possible to distinguish between \"from package "
! 			             "import submodule\" ", 1)
  			self.message("    and \"from package import name\")", 1)
  			for name in maybe: