Remove some tabs.

This commit is contained in:
Jeremy Fincher 2004-01-11 14:47:44 +00:00
parent 65b139dda9
commit 75d529872a
2 changed files with 28 additions and 28 deletions

View File

@ -132,9 +132,9 @@ class Bugzilla(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
query.append('priority=%s' % k.upper()) query.append('priority=%s' % k.upper())
elif k in severityKeys: elif k in severityKeys:
query.append('bug_severity=%s' % k.upper()) query.append('bug_severity=%s' % k.upper())
query.append('ctype=csv') query.append('ctype=csv')
return query return query
def die(self): def die(self):
self.db.close() self.db.close()
configurable.Mixin.die(self) configurable.Mixin.die(self)

View File

@ -135,7 +135,7 @@ class Weather(callbacks.Privmsg):
'pass=&dpp=&forecast=zandh&config=&' \ 'pass=&dpp=&forecast=zandh&config=&' \
'place=%s&state=&country=%s' % (city, state) 'place=%s&state=&country=%s' % (city, state)
html = webutils.getUrl(url) html = webutils.getUrl(url)
if 'was not found' in html: if 'was not found' in html: # Still.
irc.error('No such location could be found.') irc.error('No such location could be found.')
return return