from
Mike Rovner <mrovner at propel dot com>
subject
[Python-projects] running pylint in a specian environment
date
Hi,2005/08/17 17:08
I'd like to run pylint without direct access to the (checking)
filesystem. It means pylint can't just plain open/import file for
checking, it must do os.popen('<some funky stuff> file_to_check.py').
What source files I need consult first?
Thanks,
Mike
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
