add sort names/titles

This commit is contained in:
Jan Gerber 2015-05-14 13:03:49 +02:00
commit 6bce40ad3a
8 changed files with 579 additions and 0 deletions

View file

@ -17,6 +17,9 @@ import settings
import state
import utils
from . import person_api
from . import title_api
import logging
logger = logging.getLogger('oml.item.api')