Mailing List Archive

CVS: python/dist/src/Mac/Lib applesingle.py,1.1,1.2
Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv22724

Modified Files:
applesingle.py
Log Message:
Removed debug.


Index: applesingle.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/applesingle.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** applesingle.py 9 Sep 2001 00:35:19 -0000 1.1
--- applesingle.py 29 Mar 2002 14:28:09 -0000 1.2
***************
*** 29,33 ****
# Should we also test for FSSpecs or FSRefs?
header = input.read(AS_HEADER_LENGTH)
- print `header`
try:
magic, version, dummy, nentry = struct.unpack(AS_HEADER_FORMAT, header)
--- 29,32 ----