diff options
Diffstat (limited to 'Lib/test/test_with.py')
-rw-r--r-- | Lib/test/test_with.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_with.py b/Lib/test/test_with.py index e8cc8c0..7068a80 100644 --- a/Lib/test/test_with.py +++ b/Lib/test/test_with.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - """Unit tests for the with statement specified in PEP 343.""" |