Commit Graph

3 Commits

Author SHA1 Message Date
6cc1f6b7b2 Fix #! at top of shell scripts for py3 and venvs 2020-08-05 17:02:30 -04:00
3d24092cd2 Replace bare 'except:' with 'except: Exception'
Otherwise we might inadvertently catch SystemExit or KeyboardExit or
something we don't want to catch.
2013-03-24 21:28:01 -04:00
b01f23ed99 Move runtests.py script into test directory 2013-02-01 15:47:47 -05:00