From 004d5e6880940ddbb38460986ac62ee0f1bae97d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 23 Oct 2000 17:22:08 +0000 Subject: Make reindent.py happy (convert everything to 4-space indents!). --- Lib/test/test_binhex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_binhex.py') diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py index d7f6016180..68012f859d 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' -- cgit v1.2.1