Remove useless sets import and extraneous newlines

This commit is contained in:
James Vega 2008-12-08 20:39:17 +00:00
parent 6590bf898a
commit 75c300c6b0

View File

@ -1,5 +1,6 @@
### ###
# Copyright (c) 2002-2005, Jeremiah Fincher # Copyright (c) 2002-2005, Jeremiah Fincher
# Copyright (c) 2008, James Vega
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -29,16 +30,5 @@
from supybot.test import * from supybot.test import *
import sets
import supybot.irclib as irclib import supybot.irclib as irclib
import supybot.plugins as plugins import supybot.plugins as plugins