SyFi 0.3
_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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines