On Wed, Mar 05, 2014 at 10:53:46PM -0800, שולמית מירל wrote:
> execfile(configfile,globals())

You could replace the above line in cvstop4lib.py with the following:

    exec(open(configfile).read(), globals())

Attachment: signature.asc
Description: GnuPG Digital Signature

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to