expose target host from config

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-06 16:28:21 +02:00
parent 919f67184a
commit 26278b1e32
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ class Config:
debug=False):
self.target_host = target_host
os.environ['target_host'] = target_host
self.debug = debug
self.exec_path = exec_path