Changeset 165:6811f8d6cb25 for neighbors
- Timestamp:
- 08/23/07 15:23:15 (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
r133 r165 1 1 2 db = 'postgres://chainon:chainon@localhost/chainon '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)]
