diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-05-12 03:37:26 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-05-12 03:37:26 (GMT) |
commit | c5945966aee2fb3ddd96d7521b245cdb9968afcb (patch) | |
tree | ce4321e8d2862a64bad38089e17f3f85a121cd7f | |
parent | 00b0bd55b4d615740e06ac4d445221a176da30f3 (diff) | |
download | cpython-c5945966aee2fb3ddd96d7521b245cdb9968afcb.zip cpython-c5945966aee2fb3ddd96d7521b245cdb9968afcb.tar.gz cpython-c5945966aee2fb3ddd96d7521b245cdb9968afcb.tar.bz2 |
whitespace
-rw-r--r-- | Lib/idlelib/idle_test/htest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index ac1be5c..aff3140 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -88,4 +88,3 @@ def runall(): if __name__ == '__main__': runall() - |