[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
- Previous message: [Python-checkins] python/dist/src/Demo/metaclasses Eiffel.py, 1.4,
1.5 Meta.py, 1.5, 1.6 Synch.py, 1.2, 1.3 Trace.py, 1.4, 1.5
- Next message: [Python-checkins]
python/dist/src/Mac/Demo/PICTbrowse ICONbrowse.py, 1.10,
1.11 PICTbrowse.py, 1.11, 1.12 PICTbrowse2.py, 1.12,
1.13 cicnbrowse.py, 1.9, 1.10 oldPICTbrowse.py, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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()
- Previous message: [Python-checkins] python/dist/src/Demo/metaclasses Eiffel.py, 1.4,
1.5 Meta.py, 1.5, 1.6 Synch.py, 1.2, 1.3 Trace.py, 1.4, 1.5
- Next message: [Python-checkins]
python/dist/src/Mac/Demo/PICTbrowse ICONbrowse.py, 1.10,
1.11 PICTbrowse.py, 1.11, 1.12 PICTbrowse2.py, 1.12,
1.13 cicnbrowse.py, 1.9, 1.10 oldPICTbrowse.py, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list