Removed some useless blank lines.

This commit is contained in:
Jeremy Fincher 2004-09-30 04:10:28 +00:00
parent ef1b073c3d
commit 4026f8a3e3
1 changed files with 0 additions and 2 deletions

View File

@ -65,9 +65,7 @@ class FreshmeatException(Exception):
class Http(callbacks.Privmsg):
threaded = True
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
def callCommand(self, name, irc, msg, *L, **kwargs):
try:
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)