Changeset 236 for 06/libkombilo-branches/hash_center_makedb/analyze.py
- Timestamp:
- 03/02/07 23:55:40 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
06/libkombilo-branches/hash_center_makedb/analyze.py
r235 r236 3 3 db = dbapi2.connect('t1.db2') 4 4 c = db.cursor() 5 c.execute('select cardfrom algo_hash_19_CENTER;')5 c.execute('select freq from algo_hash_19_CENTER;') 6 6 a = c.fetchall() 7 7
