~stefanor/ibid/timeout-344882

« back to all changes in this revision

Viewing changes to ibid/plugins/seen.py

  • Committer: Stefano Rivera
  • Date: 2009-04-18 17:20:42 UTC
  • Revision ID: stefano@rivera.za.net-20090418172042-w9a16xek4lfv8ha9
Trailing comma in last merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
import ibid
8
8
from ibid.plugins import Processor, match
9
9
from ibid.config import Option
10
 
from ibid.models import Base, VersionedSchema, Identity, Account,
 
10
from ibid.models import Base, VersionedSchema, Identity, Account
11
11
from ibid.utils import ago
12
12
 
13
13
help = {'seen': u'Records when people were last seen.'}