[Python-checkins] python/dist/src/Mac/Demo/applescript makedisk.py, 1.1, 1.2

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 07:58:36 CEST 2004


Update of /cvsroot/python/python/dist/src/Mac/Demo/applescript
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29056/Demo/applescript
Modified Files:
	makedisk.py 
Log Message:
Whitespace normalization, via reindent.py.
Index: makedisk.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/applescript/makedisk.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makedisk.py	20 Aug 2000 21:57:30 -0000	1.1
--- makedisk.py	18 Jul 2004 05:58:04 -0000	1.2
***************
*** 7,15 ****
 filespec = macfs.FSSpec('my disk image.img')
 try:
! 	objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1)
 except Disk_Copy.Error, arg:
! 	print "ERROR: my disk image:", arg
 else:
! 	print 'objref=', objref
 print 'Type return to exit-'
 sys.stdin.readline()
--- 7,15 ----
 filespec = macfs.FSSpec('my disk image.img')
 try:
! objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1)
 except Disk_Copy.Error, arg:
! print "ERROR: my disk image:", arg
 else:
! print 'objref=', objref
 print 'Type return to exit-'
 sys.stdin.readline()


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /