Remove imports of 'warnings' that are no longer needed in dummy_thread,

filecmp, and shelve.
This commit is contained in:
Brett Cannon 2008-08-17 22:10:11 +00:00
parent 313bda12e8
commit 25c9d6aa00
4 changed files with 2 additions and 3 deletions

View file

@ -11,7 +11,6 @@ Functions:
import os
import stat
import warnings
from itertools import ifilter, ifilterfalse, imap, izip
__all__ = ["cmp","dircmp","cmpfiles"]