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 try:
00008     import numpy
00009 except:
00010     pass
00011 try:
00012     import numarray
00013 except:
00014     pass
00015 try:
00016     import Numeric
00017 except:
00018     pass
00019 
00020 import pychecker.checker
00021 import newsfc
00022 

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