~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/plugins/identity.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:
6
6
from sqlalchemy.sql import func
7
7
 
8
8
import ibid
9
 
from ibid.plugins import Processor, match, handler, auth_responses
 
9
from ibid.plugins import Processor, match, auth_responses
10
10
from ibid.models import Account, Identity, Attribute
11
11
 
12
12
help = {}