0

moved nice_exit() back into util.py (Issue #647)

This commit is contained in:
Aaron Griffith
2012-03-15 04:03:46 -04:00
parent 3bbab24a5b
commit ab22724fc7
3 changed files with 31 additions and 31 deletions

View File

@@ -68,4 +68,4 @@ def check_c_overviewer():
if not sys.argv[0].endswith("setup.py"):
ret = check_c_overviewer()
if ret > 0:
util.exit(ret)
util.nice_exit(ret)