test.py.html CLAWPACK  
 Source file:   test.py
 Directory:   /Users/rjl/git/clawpack/apps/fvmbook/chap16/vctraffic
 Converted:   Wed Jun 14 2017 at 15:24:09   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 


def test():
    import sys
    if (sys.version_info[0] >= 3) and (sys.version_info[1] >= 4):
        from importlib import reload
    else:
        from imp import reload
    reload(sys)

test()