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 numpy
00007 import instant
00008 import SyFi
00009 import ufl
00010 
00011 import pychecker.checker
00012 import sfc
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines