mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-08 19:22:33 +01:00
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:
parent
082ee59d32
commit
eda8ce3aa0
@ -45,7 +45,6 @@ if sys.version_info < (2, 4, 0):
|
||||
import supybot
|
||||
|
||||
import re
|
||||
import sets
|
||||
import time
|
||||
import pydoc
|
||||
import pprint
|
||||
|
Loading…
Reference in New Issue
Block a user