summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-03-29 14:28:09 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-03-29 14:28:09 (GMT)
commit695b33b02a0288819c2b0e61f5b1e28bcd5ac966 (patch)
tree7f9153a9cc548c3ab69e27842d728383fdfaca8c /Mac
parent0035fb27f4c633f838755ba1689d0e49eecf387b (diff)
downloadcpython-695b33b02a0288819c2b0e61f5b1e28bcd5ac966.zip
cpython-695b33b02a0288819c2b0e61f5b1e28bcd5ac966.tar.gz
cpython-695b33b02a0288819c2b0e61f5b1e28bcd5ac966.tar.bz2
Removed debug.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Lib/applesingle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/applesingle.py b/Mac/Lib/applesingle.py
index bee3318..f8be3d2 100644
--- a/Mac/Lib/applesingle.py
+++ b/Mac/Lib/applesingle.py
@@ -28,7 +28,6 @@ def decode(input, output, resonly=0):
input = open(input, 'rb')
# 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)
except ValueError, arg: