~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/plugins/lookup.py

  • Committer: Michael Gorven
  • Date: 2009-01-24 12:39:04 UTC
  • Revision ID: michael@gorven.za.net-20090124123904-nd3g5jyqaa52st3c
Run Ibid through pyflakes and remove unnecessary imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from BeautifulSoup import BeautifulSoup
4
4
 
5
 
import ibid
6
5
from ibid.plugins import Processor, match
7
6
 
8
7
class Bash(Processor):