add 'contact' extension, move Person to it

This commit is contained in:
Lance Edgar 2012-08-06 14:55:39 -07:00
parent 75d680a8b0
commit 230a0d7775
6 changed files with 171 additions and 35 deletions

View file

@ -217,6 +217,7 @@ uuid = edbob.commands:UuidCommand
[edbob.db.extensions]
auth = edbob.db.extensions.auth:AuthExtension
contact = edbob.db.extensions.contact:ContactExtension
""",
)