| author | ymh <ymh.work@gmail.com> |
| Sat, 21 Sep 2013 23:49:04 +0200 | |
| changeset 114 | 93b45b4f423c |
| parent 113 | c05567404888 |
| child 126 | a345f1a67bf1 |
| permissions | -rw-r--r-- |
|
113
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
# -*- coding: utf-8 -*- |
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
''' |
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
Created on Sep 20, 2013 |
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
|
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
@author: ymh |
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
''' |
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
|
|
c05567404888
First version of indexation. Replace the list view by a search view
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
from p4l.search.index import RecordIndex # @UnusedImport |