mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 19:14:09 +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 supybot
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sets
|
|
||||||
import time
|
import time
|
||||||
import pydoc
|
import pydoc
|
||||||
import pprint
|
import pprint
|
||||||
|
Loading…
Reference in New Issue
Block a user