summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_binhex.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_binhex.py')
-rwxr-xr-xLib/test/test_binhex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py
index d7f6016..68012f8 100755
--- a/Lib/test/test_binhex.py
+++ b/Lib/test/test_binhex.py
@@ -20,7 +20,7 @@ def test():
start = 'Jack is my hero'
f.write(start)
f.close()
-
+
binhex.binhex(fname1, fname2)
if verbose:
print 'binhex'