-legacy code

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-13 16:36:00 +02:00
parent f1ff8d2f61
commit 08ffaf61f5
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ class ConfigInstall(object):
self.manifest = core.Manifest(self.context.target_host, self.local)
self.code = core.Code(self.context.target_host, self.local, self.remote)
# Setup env to be used by others - FIXME
self.__init_env()
def cleanup(self):
# FIXME: move to local?
self.log.debug("Saving " + self.local.out_path + " to " + self.local.cache_path)