from __future__ import print_function

and print errors and warnings to sys.stderr
This commit is contained in:
David Baumgold
2014-03-19 14:22:35 -04:00
parent 6f38ea438a
commit e9b0cc713a
5 changed files with 29 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
"""
Helper functions for managing processes.
"""
from __future__ import print_function
import sys
import os
import subprocess