X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exec_utils.py;h=ae406ef41e925ddbd9ba5483ca1312b5686449e3;hb=111d5ba0ac240892327c3ac8b909c60b387789f3;hp=a440de5375c1546d0bf46835bc00ecada06b7d9d;hpb=0d63d44ac89aab38fe95f36497adaf95110ab949;p=python_utils.git diff --git a/exec_utils.py b/exec_utils.py index a440de5..ae406ef 100644 --- a/exec_utils.py +++ b/exec_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Helper methods concerned with executing subprocesses.""" import atexit