--- cfv.py 2009-01-16 20:40:12.000000000 +0100 +++ /usr/lib/python2.5/site-packages/cfv.py 2009-01-16 20:51:15.000000000 +0100 @@ -20,6 +20,9 @@ import getopt, re, os, sys, errno, time, copy, struct, codecs from stat import * +import warnings +warnings.filterwarnings('ignore',".*struct integer overflow masking is deprecated*") + cftypes={} _cf_fn_exts, _cf_fn_matches, _cf_fn_searches = [], [], [] _cf_matchers = []