summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_stringprep.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_stringprep.py')
-rw-r--r--Lib/test/test_stringprep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_stringprep.py b/Lib/test/test_stringprep.py
index 1f5627a..60425dd 100644
--- a/Lib/test/test_stringprep.py
+++ b/Lib/test/test_stringprep.py
@@ -91,6 +91,6 @@ class StringprepTests(unittest.TestCase):
def test_main():
test_support.run_unittest(StringprepTests)
-
+
if __name__ == '__main__':
test_main()