diff options
Diffstat (limited to 'Lib/test/test_filecmp.py')
-rw-r--r-- | Lib/test/test_filecmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_filecmp.py b/Lib/test/test_filecmp.py index c71a27a..9b5725d 100644 --- a/Lib/test/test_filecmp.py +++ b/Lib/test/test_filecmp.py @@ -1,5 +1,5 @@ -import os, filecmp, shutil, tempfile, shutil +import os, filecmp, shutil, tempfile import unittest from test import support |