This commit is contained in:
Manuel Barkhau 2020-05-25 07:46:30 +00:00
parent 4d8395050f
commit ce21c3bcf9
13 changed files with 23 additions and 25 deletions

View file

@ -2,9 +2,10 @@ import os
import shlex
import shutil
import tempfile
import pathlib2 as pl
import subprocess as sp
import pathlib2 as pl
class Shell:
def __init__(self, cwd):