pep8/pyflakes

This commit is contained in:
David Baumgold
2014-03-18 16:03:24 -04:00
parent a2e910b133
commit 380d2177f5
8 changed files with 29 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
"""
Utility library file for executing shell commands
"""
import os
import subprocess
import logging