diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-08-17 22:10:11 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-08-17 22:10:11 (GMT) |
| commit | 25c9d6aa00a3e3b97c23a7ebab1afb3feb526699 (patch) | |
| tree | 1ff317afab1f6bb0602bc0ea5dc2aff71c7aa9a8 /Lib/filecmp.py | |
| parent | 313bda12e8dfe618c6ef2f3681b5ce02409891c8 (diff) | |
| download | cpython-25c9d6aa00a3e3b97c23a7ebab1afb3feb526699.zip cpython-25c9d6aa00a3e3b97c23a7ebab1afb3feb526699.tar.gz cpython-25c9d6aa00a3e3b97c23a7ebab1afb3feb526699.tar.bz2 | |
Remove imports of 'warnings' that are no longer needed in dummy_thread,
filecmp, and shelve.
Diffstat (limited to 'Lib/filecmp.py')
| -rw-r--r-- | Lib/filecmp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/filecmp.py b/Lib/filecmp.py index 9885765..0b7ce16 100644 --- a/Lib/filecmp.py +++ b/Lib/filecmp.py @@ -11,7 +11,6 @@ Functions: import os import stat -import warnings from itertools import ifilter, ifilterfalse, imap, izip __all__ = ["cmp","dircmp","cmpfiles"] |
