Remove supybot-wizard's direct import of sets.

This is deprecated in 2.6 and supybot.utils already handles adding sets.Set to
__builtins__ if we're running with Python < 2.4.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-11-02 19:11:58 -05:00
parent 082ee59d32
commit eda8ce3aa0

View File

@ -45,7 +45,6 @@ if sys.version_info < (2, 4, 0):
import supybot
import re
import sets
import time
import pydoc
import pprint