_run_pychecker.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 "Find potential bugs in sfc by static code analysis."
00003 
00004 # PyChecker skips previously loaded modules
00005 import os, sys, glob, shutil, re, logging, subprocess, hashlib
00006 import instant
00007 import SyFi
00008 import ufl
00009 
00010 import pychecker.checker
00011 import sfc
00012 

Generated on Mon Aug 31 16:16:45 2009 for SyFi by  doxygen 1.5.9