Dekel Tsur <[EMAIL PROTECTED]> writes: | + if x < int(lst_ft[-1]) and x > int(lst_ft[-2]): | + sys.stderr.write("lyx2lyx: A development version file.\n") | + return lst_ft[-2]
Okay... what does this indexing mean? indexes must be >= 0... are the converted to int? unsinged int? -- Lgb