~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/plugins/log.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:
5
5
from os import makedirs
6
6
 
7
7
import ibid
8
 
from ibid.plugins import Processor, match, handler
 
8
from ibid.plugins import Processor
9
9
 
10
10
class Log(Processor):
11
11