summaryrefslogtreecommitdiffstats
path: root/Lib/binhex.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-08-17 14:17:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-08-17 14:17:39 (GMT)
commitac7c0dfa93b76c89416cc86644554c96069937c5 (patch)
treefeebc2b5aaac47d82646f56ccdb45402c7837ff5 /Lib/binhex.py
parent9c4585acfa28cd460c80b9b3ab6de5c257eaeec5 (diff)
downloadcpython-ac7c0dfa93b76c89416cc86644554c96069937c5.zip
cpython-ac7c0dfa93b76c89416cc86644554c96069937c5.tar.gz
cpython-ac7c0dfa93b76c89416cc86644554c96069937c5.tar.bz2
Indent bug
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r--Lib/binhex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py
index 8cb34d3..a7f906d 100644
--- a/Lib/binhex.py
+++ b/Lib/binhex.py
@@ -144,7 +144,7 @@ class _Rlecoderengine:
self.data = ''
def write(self, data):
- if DEBUG:
+ if DEBUG:
testf.write(data) # XXXX
self.data = self.data + data
if len(self.data) < REASONABLY_LARGE: