attilasub backend created, search works

This commit is contained in:
Julien Veyssier 2013-02-22 00:38:12 +01:00
commit 591db5c1be
5 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .backend import AttilasubBackend
__all__ = ['AttilasubBackend']