This commit is contained in:
Kenneth Reitz
2014-10-30 12:40:07 -04:00
parent b7fab72ee5
commit 240e08f8fc
+2 -1
View File
@@ -7,7 +7,8 @@ class Process(object):
def __init__(self, command):
self.command = command
self.environ = {}
self.cwd =
self.cwd = None
def set_command(self, command):
# process popen chain, etc