diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-09 21:40:30 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-09 21:40:30 +0000 |
commit | ab9ba27dc066adc6423ea137b9481cf524d10ffd (patch) | |
tree | c49709063ec8de0eae358ef462e9fe5faa0c44a0 /Lib/test/test_glob.py | |
parent | c7ca3ffba3d41f24f6f66d40391a044f199785ac (diff) | |
download | cpython-git-ab9ba27dc066adc6423ea137b9481cf524d10ffd.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_glob.py')
-rw-r--r-- | Lib/test/test_glob.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_glob.py b/Lib/test/test_glob.py index 5afee31906..804ae1d68f 100644 --- a/Lib/test/test_glob.py +++ b/Lib/test/test_glob.py @@ -107,4 +107,3 @@ class GlobTests(unittest.TestCase): os.path.join('aab', 'F')])) run_unittest(GlobTests) - |