All pastes #2048492 Raw Edit

Untitled

public text v1 · immutable
#2048492 ·published 2011-04-20 01:12 UTC
rendered paste body
 File "crawl.py", line 225, in <module>
    p.fill_stats(slice_top(file))
  File "crawl.py", line 144, in fill_stats
    for key, value in re.search(_REstats,data,_FLAGS).groupdict().items():
  File "/usr/lib/python3.2/re.py", line 158, in search
    return _compile(pattern, flags).search(string)