Changeset 165:6811f8d6cb25 for neighbors

Show
Ignore:
Timestamp:
08/23/07 15:23:15 (12 months ago)
Author:
mercurial@…
Message:

merge

Location:
neighbors
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • neighbors/config.py

    r133 r165  
    11 
    2 db = 'postgres://chainon:chainon@localhost/chainon' 
     2db = 'postgres://chainon:chainon@localhost/chainon_fr' 
    33 
    44tag_retriever = 'select label from items_tag' 
  • neighbors/neighbours.py

    r130 r165  
    1313 
    1414def compute(): 
    15  
    1615    # tags 
    1716    tags = [res[0] for res in query(tag_retriever)]