Changeset 168:ef15af625bff for neighbors
- Timestamp:
- 08/24/07 14:33:22 (12 months ago)
- Location:
- neighbors
- Files:
-
- 2 modified
-
config.py (modified) (1 diff)
-
neighbours.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neighbors/config.py
r157 r168 1 1 2 db = 'postgres://chainon _fr:chainon_fr@localhost/chainon_fr'2 db = 'postgres://chainon:chainon@localhost/chainon_fr' 3 3 4 4 tag_retriever = 'select label from items_tag' -
neighbors/neighbours.py
r130 r165 13 13 14 14 def compute(): 15 16 15 # tags 17 16 tags = [res[0] for res in query(tag_retriever)]
