annotate pdfextract/parseLibXtract.py @ 11:0200abb77dbc

fuxi file share
author nothing@tehis.net
date Wed, 03 Apr 2013 16:17:00 +0100
parents 365a37a2fb6c
children
rev   line source
nothing@1 1 path = '/Users/alo/Development/MIR/LibXtract/xtract/libxtract.h'
nothing@1 2
nothing@1 3 lines = [line.strip() for line in open(path)]
nothing@1 4
nothing@1 5 xtract = lines[(lines.index('enum xtract_features_ {')+1):(lines.index('XTRACT_WINDOWED')-1)]
nothing@1 6