Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
#
# coverity-submit - submit project to Coverity for scanning
#
# By Eric S. Raymond, May 2012. BSD terms apply.
#
import os, pwd, sys, ConfigParser, getopt, tempfile, shutil, datetime, commands
version = "1.12"